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

Method GetTestPartResultReporterForCurrentThread

tests/gtest/gtest-all.cc:2223–2226  ·  view source on GitHub ↗

Returns the test part result reporter for the current thread.

Source from the content-addressed store, hash-verified

2221
2222// Returns the test part result reporter for the current thread.
2223TestPartResultReporterInterface*
2224UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
2225 return per_thread_test_part_result_reporter_.get();
2226}
2227
2228// Sets the test part result reporter for the current thread.
2229void UnitTestImpl::SetTestPartResultReporterForCurrentThread(

Callers 3

InitMethod · 0.80
GTEST_LOCK_EXCLUDED_Function · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected