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

Method SetTestPartResultReporterForCurrentThread

test/common/gtest/gtest.cpp:2215–2218  ·  view source on GitHub ↗

Sets the test part result reporter for the current thread.

Source from the content-addressed store, hash-verified

2213
2214// Sets the test part result reporter for the current thread.
2215void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
2216 TestPartResultReporterInterface* reporter) {
2217 per_thread_test_part_result_reporter_.set(reporter);
2218}
2219
2220// Gets the number of successful test cases.
2221int UnitTestImpl::successful_test_case_count() const {

Callers 4

InitMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected