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