Clears the results of all tests in the given test case.
| 18982 | |
| 18983 | // Clears the results of all tests in the given test case. |
| 18984 | static void ClearTestCaseResult(TestCase* test_case) { |
| 18985 | test_case->ClearResult(); |
| 18986 | } |
| 18987 | |
| 18988 | // Runs every test in this TestCase. |
| 18989 | void Run(); |
nothing calls this directly
no test coverage detected