MCPcopy Create free account
hub / github.com/apache/singa / ClearResult

Method ClearResult

test/gtest/gtest-all.cc:3941–3944  ·  view source on GitHub ↗

Clears the results of all tests in this test case.

Source from the content-addressed store, hash-verified

3939
3940// Clears the results of all tests in this test case.
3941void TestCase::ClearResult() {
3942 ad_hoc_test_result_.Clear();
3943 ForEach(test_info_list_, TestInfo::ClearTestResult);
3944}
3945
3946// Shuffles the tests in this test case.
3947void TestCase::ShuffleTests(internal::Random* random) {

Callers 1

ClearTestCaseResultFunction · 0.80

Calls 2

ForEachFunction · 0.85
ClearMethod · 0.80

Tested by

no test coverage detected