MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / ClearTestCaseResult

Function ClearTestCaseResult

tests/external/gmock-1.7.0/gtest/include/gtest/gtest.h:846–848  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

844
845 // Clears the results of all tests in the given test case.
846 static void ClearTestCaseResult(TestCase* test_case) {
847 test_case->ClearResult();
848 }
849
850 // Runs every test in this TestCase.
851 void Run();

Callers

nothing calls this directly

Calls 1

ClearResultMethod · 0.45

Tested by

no test coverage detected