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

Method GetGlobalTestPartResultReporter

tests/gtest/gtest-all.cc:2209–2213  ·  view source on GitHub ↗

Returns the global test part result reporter.

Source from the content-addressed store, hash-verified

2207
2208// Returns the global test part result reporter.
2209TestPartResultReporterInterface*
2210UnitTestImpl::GetGlobalTestPartResultReporter() {
2211 internal::MutexLock lock(&global_test_part_result_reporter_mutex_);
2212 return global_test_part_result_repoter_;
2213}
2214
2215// Sets the global test part result reporter.
2216void UnitTestImpl::SetGlobalTestPartResultReporter(

Callers 2

InitMethod · 0.80
ReportTestPartResultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected