MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / Clear

Method Clear

test/common/gtest/gtest.cpp:3638–3643  ·  view source on GitHub ↗

Clears the object.

Source from the content-addressed store, hash-verified

3636
3637// Clears the object.
3638void TestResult::Clear() {
3639 ClearTestPartResults();
3640 test_properties_.clear();
3641 death_test_count_ = 0;
3642 elapsed_time_ = 0;
3643}
3644
3645// Returns true iff the test failed.
3646bool TestResult::Failed() const {

Callers 3

ClearAdHocTestResultFunction · 0.80
ClearResultMethod · 0.80
ClearTestResultFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected