Clears the results of all tests in this test case.
| 3759 | |
| 3760 | // Clears the results of all tests in this test case. |
| 3761 | void TestCase::ClearResult() { |
| 3762 | ForEach(test_info_list_, TestInfo::ClearTestResult); |
| 3763 | } |
| 3764 | |
| 3765 | // Shuffles the tests in this test case. |
| 3766 | void TestCase::ShuffleTests(internal::Random* random) { |
no test coverage detected