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

Method ClearTestPartResults

test/gtest/gtest-all.cc:3206–3208  ·  view source on GitHub ↗

Clears the test part results.

Source from the content-addressed store, hash-verified

3204
3205// Clears the test part results.
3206void TestResult::ClearTestPartResults() {
3207 test_part_results_.clear();
3208}
3209
3210// Adds a test part result to the list.
3211void TestResult::AddTestPartResult(const TestPartResult& test_part_result) {

Callers 1

ClearTestPartResultsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected