Shuffles the tests in this test case.
| 3764 | |
| 3765 | // Shuffles the tests in this test case. |
| 3766 | void TestCase::ShuffleTests(internal::Random* random) { |
| 3767 | Shuffle(random, &test_indices_); |
| 3768 | } |
| 3769 | |
| 3770 | // Restores the test order to before the first shuffle. |
| 3771 | void TestCase::UnshuffleTests() { |
nothing calls this directly
no test coverage detected