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

Method GetGlobalTestPartResultReporter

test/common/gtest/gtest.cpp:2195–2199  ·  view source on GitHub ↗

Returns the global test part result reporter.

Source from the content-addressed store, hash-verified

2193
2194// Returns the global test part result reporter.
2195TestPartResultReporterInterface*
2196UnitTestImpl::GetGlobalTestPartResultReporter() {
2197 internal::MutexLock lock(&global_test_part_result_reporter_mutex_);
2198 return global_test_part_result_repoter_;
2199}
2200
2201// Sets the global test part result reporter.
2202void UnitTestImpl::SetGlobalTestPartResultReporter(

Callers 2

InitMethod · 0.80
ReportTestPartResultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected