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

Method ReportTestPartResult

test/gtest/gtest-all.cc:2066–2069  ·  view source on GitHub ↗

Increments the test part result count and remembers the result. This method is from the TestPartResultReporterInterface interface.

Source from the content-addressed store, hash-verified

2064// Increments the test part result count and remembers the result.
2065// This method is from the TestPartResultReporterInterface interface.
2066void ScopedFakeTestPartResultReporter::ReportTestPartResult(
2067 const TestPartResult& result) {
2068 result_->Append(result);
2069}
2070
2071namespace internal {
2072

Callers 1

GTEST_LOCK_EXCLUDED_Function · 0.80

Calls 6

AppendMethod · 0.80
AddTestPartResultMethod · 0.80
current_test_resultMethod · 0.80
repeaterMethod · 0.80
OnTestPartResultMethod · 0.45

Tested by

no test coverage detected