Restores the test order to before the first shuffle.
| 4336 | |
| 4337 | // Restores the test order to before the first shuffle. |
| 4338 | void TestSuite::UnshuffleTests() { |
| 4339 | for (size_t i = 0; i < test_indices_.size(); i++) { |
| 4340 | test_indices_[i] = static_cast<int>(i); |
| 4341 | } |
| 4342 | } |
| 4343 | |
| 4344 | // Formats a countable noun. Depending on its quantity, either the |
| 4345 | // singular form or the plural form is used. e.g. |