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

Method SetGlobalTestPartResultReporter

tests/gtest/gtest-all.cc:2216–2220  ·  view source on GitHub ↗

Sets the global test part result reporter.

Source from the content-addressed store, hash-verified

2214
2215// Sets the global test part result reporter.
2216void UnitTestImpl::SetGlobalTestPartResultReporter(
2217 TestPartResultReporterInterface* reporter) {
2218 internal::MutexLock lock(&global_test_part_result_reporter_mutex_);
2219 global_test_part_result_repoter_ = reporter;
2220}
2221
2222// Returns the test part result reporter for the current thread.
2223TestPartResultReporterInterface*

Callers 2

InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected