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

Method Clear

test/gtest/gtest-all.cc:3323–3328  ·  view source on GitHub ↗

Clears the object.

Source from the content-addressed store, hash-verified

3321
3322// Clears the object.
3323void TestResult::Clear() {
3324 test_part_results_.clear();
3325 test_properties_.clear();
3326 death_test_count_ = 0;
3327 elapsed_time_ = 0;
3328}
3329
3330// Returns true iff the test failed.
3331bool TestResult::Failed() const {

Callers 3

ClearTestResultFunction · 0.80
ClearAdHocTestResultFunction · 0.80
ClearResultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected