MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / Clear

Method Clear

tests/gtest/gtest-all.cc:3677–3682  ·  view source on GitHub ↗

Clears the object.

Source from the content-addressed store, hash-verified

3675
3676// Clears the object.
3677void TestResult::Clear() {
3678 test_part_results_.clear();
3679 test_properties_.clear();
3680 death_test_count_ = 0;
3681 elapsed_time_ = 0;
3682}
3683
3684// Returns true off the test part was skipped.
3685static bool TestPartSkipped(const TestPartResult& result) {

Callers 3

ClearTestResultFunction · 0.80
ClearAdHocTestResultFunction · 0.80
ClearResultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected