Shuffles the tests in this test case.
| 4231 | |
| 4232 | // Shuffles the tests in this test case. |
| 4233 | void TestCase::ShuffleTests(internal::Random* random) { |
| 4234 | Shuffle(random, &test_indices_); |
| 4235 | } |
| 4236 | |
| 4237 | // Restores the test order to before the first shuffle. |
| 4238 | void TestCase::UnshuffleTests() { |
nothing calls this directly
no test coverage detected