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

Method ClearResult

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

Clears the results of all tests in this test case.

Source from the content-addressed store, hash-verified

3759
3760// Clears the results of all tests in this test case.
3761void TestCase::ClearResult() {
3762 ForEach(test_info_list_, TestInfo::ClearTestResult);
3763}
3764
3765// Shuffles the tests in this test case.
3766void TestCase::ShuffleTests(internal::Random* random) {

Callers 1

ClearTestCaseResultFunction · 0.80

Calls 1

ForEachFunction · 0.85

Tested by

no test coverage detected