MCPcopy Create free account
hub / github.com/apache/singa / GetTestPartResultReporterForCurrentThread

Method GetTestPartResultReporterForCurrentThread

test/gtest/gtest-all.cc:2180–2183  ·  view source on GitHub ↗

Returns the test part result reporter for the current thread.

Source from the content-addressed store, hash-verified

2178
2179// Returns the test part result reporter for the current thread.
2180TestPartResultReporterInterface*
2181UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
2182 return per_thread_test_part_result_reporter_.get();
2183}
2184
2185// Sets the test part result reporter for the current thread.
2186void UnitTestImpl::SetTestPartResultReporterForCurrentThread(

Callers 3

InitMethod · 0.80
GTEST_LOCK_EXCLUDED_Function · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected