MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / ShuffleTests

Method ShuffleTests

rtpose_wrapper/src/gtest/gtest-all.cpp:3766–3768  ·  view source on GitHub ↗

Shuffles the tests in this test case.

Source from the content-addressed store, hash-verified

3764
3765// Shuffles the tests in this test case.
3766void TestCase::ShuffleTests(internal::Random* random) {
3767 Shuffle(random, &test_indices_);
3768}
3769
3770// Restores the test order to before the first shuffle.
3771void 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