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

Method ReportTestPartResult

tests/gtest/gtest-all.cc:2112–2115  ·  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

2110// Increments the test part result count and remembers the result.
2111// This method is from the TestPartResultReporterInterface interface.
2112void ScopedFakeTestPartResultReporter::ReportTestPartResult(
2113 const TestPartResult& result) {
2114 result_->Append(result);
2115}
2116
2117namespace internal {
2118

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