MCPcopy Create free account
hub / github.com/apache/singa / ClearNonAdHocTestResult

Function ClearNonAdHocTestResult

test/gtest/gtest-all.cc:1112–1114  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1110
1111 // Clears the results of all tests, except the ad hoc tests.
1112 void ClearNonAdHocTestResult() {
1113 ForEach(test_cases_, TestCase::ClearTestCaseResult);
1114 }
1115
1116 // Clears the results of ad-hoc test assertions.
1117 void ClearAdHocTestResult() {

Callers 1

RunAllTestsMethod · 0.85

Calls 1

ForEachFunction · 0.85

Tested by

no test coverage detected