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

Method SetTestPartResultReporterForCurrentThread

tests/gtest/gtest-all.cc:2229–2232  ·  view source on GitHub ↗

Sets the test part result reporter for the current thread.

Source from the content-addressed store, hash-verified

2227
2228// Sets the test part result reporter for the current thread.
2229void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
2230 TestPartResultReporterInterface* reporter) {
2231 per_thread_test_part_result_reporter_.set(reporter);
2232}
2233
2234// Gets the number of successful test suites.
2235int UnitTestImpl::successful_test_suite_count() const {

Callers 4

InitMethod · 0.80

Calls 1

setMethod · 0.80

Tested by

no test coverage detected