MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / ShuffleTests

Method ShuffleTests

tests/gtest/gtest-all.cc:4333–4335  ·  view source on GitHub ↗

Shuffles the tests in this test suite.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

ShuffleFunction · 0.85
ShuffleRangeFunction · 0.85
randomFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected