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

Method Clear

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

Clears the object.

Source from the content-addressed store, hash-verified

1837
1838// Clears the object.
1839void TestResult::Clear() {
1840 test_part_results_.clear();
1841 test_properties_.clear();
1842 death_test_count_ = 0;
1843 elapsed_time_ = 0;
1844}
1845
1846// Returns true iff the test failed.
1847bool TestResult::Failed() const {

Callers 4

ClearAdHocTestResultFunction · 0.45
ClearResultMethod · 0.45
ClearTestResultFunction · 0.45
TESTFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected