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

Function ClearAdHocTestResult

test/gtest/gtest-all.cc:1117–1119  ·  view source on GitHub ↗

Clears the results of ad-hoc test assertions.

Source from the content-addressed store, hash-verified

1115
1116 // Clears the results of ad-hoc test assertions.
1117 void ClearAdHocTestResult() {
1118 ad_hoc_test_result_.Clear();
1119 }
1120
1121 // Adds a TestProperty to the current TestResult object when invoked in a
1122 // context of a test or a test case, or to the global property set. If the

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.80

Tested by

no test coverage detected