MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / RecordProperty

Method RecordProperty

tests/gtest/gtest-all.cc:1428–1432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1426class TestResultAccessor {
1427 public:
1428 static void RecordProperty(TestResult* test_result,
1429 const std::string& xml_element,
1430 const TestProperty& property) {
1431 test_result->RecordProperty(xml_element, property);
1432 }
1433
1434 static void ClearTestPartResults(TestResult* test_result) {
1435 test_result->ClearTestPartResults();

Callers

nothing calls this directly

Calls 1

RecordPropertyMethod · 0.45

Tested by

no test coverage detected