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

Function ClearNonAdHocTestResult

tests/gtest/gtest-all.cc:1118–1120  ·  view source on GitHub ↗

Clears the results of all tests, except the ad hoc tests.

Source from the content-addressed store, hash-verified

1116
1117 // Clears the results of all tests, except the ad hoc tests.
1118 void ClearNonAdHocTestResult() {
1119 ForEach(test_suites_, TestSuite::ClearTestSuiteResult);
1120 }
1121
1122 // Clears the results of ad-hoc test assertions.
1123 void ClearAdHocTestResult() {

Callers 1

RunAllTestsMethod · 0.85

Calls 1

ForEachFunction · 0.85

Tested by

no test coverage detected