Shuffles the tests in this test suite.
| 4331 | |
| 4332 | // Shuffles the tests in this test suite. |
| 4333 | void TestSuite::ShuffleTests(internal::Random* random) { |
| 4334 | Shuffle(random, &test_indices_); |
| 4335 | } |
| 4336 | |
| 4337 | // Restores the test order to before the first shuffle. |
| 4338 | void TestSuite::UnshuffleTests() { |
nothing calls this directly
no test coverage detected