Clears the results of all tests in the given test suite.
| 13376 | |
| 13377 | // Clears the results of all tests in the given test suite. |
| 13378 | static void ClearTestSuiteResult(TestSuite* test_suite) { |
| 13379 | test_suite->ClearResult(); |
| 13380 | } |
| 13381 | |
| 13382 | // Runs every test in this TestSuite. |
| 13383 | void Run(); |
nothing calls this directly
no test coverage detected