MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / AddTestPartResult

Method AddTestPartResult

test/common/gtest/gtest.cpp:3526–3528  ·  view source on GitHub ↗

Adds a test part result to the list.

Source from the content-addressed store, hash-verified

3524
3525// Adds a test part result to the list.
3526void TestResult::AddTestPartResult(const BaseTestPartResult* test_part_result) {
3527 test_part_results_.push_back(test_part_result);
3528}
3529
3530// Adds a test property to the list. If a property with the same key as the
3531// supplied property is already represented, the value of this test_property

Callers 3

operator=Method · 0.80
StoreTestPartResultMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected