MCPcopy Create free account
hub / github.com/BVLC/caffe / SetGlobalTestPartResultReporter

Method SetGlobalTestPartResultReporter

src/gtest/gtest-all.cpp:1988–1992  ·  view source on GitHub ↗

Sets the global test part result reporter.

Source from the content-addressed store, hash-verified

1986
1987// Sets the global test part result reporter.
1988void UnitTestImpl::SetGlobalTestPartResultReporter(
1989 TestPartResultReporterInterface* reporter) {
1990 internal::MutexLock lock(&global_test_part_result_reporter_mutex_);
1991 global_test_part_result_repoter_ = reporter;
1992}
1993
1994// Returns the test part result reporter for the current thread.
1995TestPartResultReporterInterface*

Callers 2

InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected