Clears the results of all tests in the given test case.
| 18257 | |
| 18258 | // Clears the results of all tests in the given test case. |
| 18259 | static void ClearTestCaseResult(TestCase* test_case) { |
| 18260 | test_case->ClearResult(); |
| 18261 | } |
| 18262 | |
| 18263 | // Runs every test in this TestCase. |
| 18264 | void Run(); |
nothing calls this directly
no test coverage detected