MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / GetTestPartResultReporterForCurrentThread

Method GetTestPartResultReporterForCurrentThread

cpp/test/src/gtest.cc:715–718  ·  view source on GitHub ↗

Returns the test part result reporter for the current thread.

Source from the content-addressed store, hash-verified

713
714// Returns the test part result reporter for the current thread.
715TestPartResultReporterInterface*
716UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
717 return per_thread_test_part_result_reporter_.get();
718}
719
720// Sets the test part result reporter for the current thread.
721void UnitTestImpl::SetTestPartResultReporterForCurrentThread(

Callers 3

InitMethod · 0.80
GTEST_LOCK_EXCLUDED_Function · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected