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

Method SetGlobalTestPartResultReporter

test/common/gtest/gtest.cpp:2202–2206  ·  view source on GitHub ↗

Sets the global test part result reporter.

Source from the content-addressed store, hash-verified

2200
2201// Sets the global test part result reporter.
2202void UnitTestImpl::SetGlobalTestPartResultReporter(
2203 TestPartResultReporterInterface* reporter) {
2204 internal::MutexLock lock(&global_test_part_result_reporter_mutex_);
2205 global_test_part_result_repoter_ = reporter;
2206}
2207
2208// Returns the test part result reporter for the current thread.
2209TestPartResultReporterInterface*

Callers 2

InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected