MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / ClearNonAdHocTestResult

Function ClearNonAdHocTestResult

rtpose_wrapper/src/gtest/gtest-all.cpp:1087–1089  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1085
1086 // Clears the results of all tests, except the ad hoc tests.
1087 void ClearNonAdHocTestResult() {
1088 ForEach(test_cases_, TestCase::ClearTestCaseResult);
1089 }
1090
1091 // Clears the results of ad-hoc test assertions.
1092 void ClearAdHocTestResult() {

Callers 1

RunAllTestsMethod · 0.85

Calls 1

ForEachFunction · 0.85

Tested by

no test coverage detected