MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / ClearResult

Method ClearResult

tests/external/gmock-1.7.0/gtest/src/gtest.cc:2457–2460  ·  view source on GitHub ↗

Clears the results of all tests in this test case.

Source from the content-addressed store, hash-verified

2455
2456// Clears the results of all tests in this test case.
2457void TestCase::ClearResult() {
2458 ad_hoc_test_result_.Clear();
2459 ForEach(test_info_list_, TestInfo::ClearTestResult);
2460}
2461
2462// Shuffles the tests in this test case.
2463void TestCase::ShuffleTests(internal::Random* random) {

Callers 1

ClearTestCaseResultFunction · 0.45

Calls 2

ForEachFunction · 0.70
ClearMethod · 0.45

Tested by

no test coverage detected