MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / ShuffleTests

Method ShuffleTests

test/common/gtest/gtest.cpp:4233–4235  ·  view source on GitHub ↗

Shuffles the tests in this test case.

Source from the content-addressed store, hash-verified

4231
4232// Shuffles the tests in this test case.
4233void TestCase::ShuffleTests(internal::Random* random) {
4234 Shuffle(random, &test_indices_);
4235}
4236
4237// Restores the test order to before the first shuffle.
4238void TestCase::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