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

Method GetTestPartResultReporterForCurrentThread

test/common/gtest/gtest.cpp:2209–2212  ·  view source on GitHub ↗

Returns the test part result reporter for the current thread.

Source from the content-addressed store, hash-verified

2207
2208// Returns the test part result reporter for the current thread.
2209TestPartResultReporterInterface*
2210UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
2211 return per_thread_test_part_result_reporter_.get();
2212}
2213
2214// Sets the test part result reporter for the current thread.
2215void UnitTestImpl::SetTestPartResultReporterForCurrentThread(

Callers 3

InitMethod · 0.80
GTEST_LOCK_EXCLUDED_Function · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected