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

Method ClearTestPartResults

tests/gtest/gtest-all.cc:3542–3544  ·  view source on GitHub ↗

Clears the test part results.

Source from the content-addressed store, hash-verified

3540
3541// Clears the test part results.
3542void TestResult::ClearTestPartResults() {
3543 test_part_results_.clear();
3544}
3545
3546// Adds a test part result to the list.
3547void TestResult::AddTestPartResult(const TestPartResult& test_part_result) {

Callers 1

ClearTestPartResultsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected