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

Function ClearAdHocTestResult

tests/gtest/gtest-all.cc:1123–1125  ·  view source on GitHub ↗

Clears the results of ad-hoc test assertions.

Source from the content-addressed store, hash-verified

1121
1122 // Clears the results of ad-hoc test assertions.
1123 void ClearAdHocTestResult() {
1124 ad_hoc_test_result_.Clear();
1125 }
1126
1127 // Adds a TestProperty to the current TestResult object when invoked in a
1128 // context of a test or a test suite, or to the global property set. If the

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.80

Tested by

no test coverage detected