Clears the results of all tests in the given test case.
| 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(); |
nothing calls this directly
no test coverage detected