MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / AddTestPartResult

Method AddTestPartResult

rtpose_wrapper/src/gtest/gtest-all.cpp:3110–3112  ·  view source on GitHub ↗

Adds a test part result to the list.

Source from the content-addressed store, hash-verified

3108
3109// Adds a test part result to the list.
3110void TestResult::AddTestPartResult(const TestPartResult& test_part_result) {
3111 test_part_results_.push_back(test_part_result);
3112}
3113
3114// Adds a test property to the list. If a property with the same key as the
3115// supplied property is already represented, the value of this test_property

Callers 3

operator=Method · 0.80
ReportTestPartResultMethod · 0.80

Calls 6

FormatFileLocationFunction · 0.85
ReportTestPartResultMethod · 0.80
TestPartResultFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected