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

Method ReportTestPartResult

test/common/gtest/gtest.cpp:2086–2089  ·  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

2084// Increments the test part result count and remembers the result.
2085// This method is from the TestPartResultReporterInterface interface.
2086void ScopedFakeTestPartResultReporter::ReportTestPartResult(
2087 const TestPartResult& result) {
2088 result_->Append(result);
2089}
2090
2091namespace internal {
2092

Callers 1

GTEST_LOCK_EXCLUDED_Function · 0.80

Calls 5

AppendMethod · 0.80
repeaterMethod · 0.80
OnTestPartResultMethod · 0.45

Tested by

no test coverage detected