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

Function ClearTestCaseResult

rtpose_wrapper/src/gtest/gtest.h:17855–17857  ·  view source on GitHub ↗

Clears the results of all tests in the given test case.

Source from the content-addressed store, hash-verified

17853
17854 // Clears the results of all tests in the given test case.
17855 static void ClearTestCaseResult(TestCase* test_case) {
17856 test_case->ClearResult();
17857 }
17858
17859 // Runs every test in this TestCase.
17860 void Run();

Callers

nothing calls this directly

Calls 1

ClearResultMethod · 0.80

Tested by

no test coverage detected