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

Method SetTestPartResultReporterForCurrentThread

cpp/test/src/gtest.cc:721–724  ·  view source on GitHub ↗

Sets the test part result reporter for the current thread.

Source from the content-addressed store, hash-verified

719
720// Sets the test part result reporter for the current thread.
721void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
722 TestPartResultReporterInterface* reporter) {
723 per_thread_test_part_result_reporter_.set(reporter);
724}
725
726// Gets the number of successful test cases.
727int UnitTestImpl::successful_test_case_count() const {

Callers 4

InitMethod · 0.80

Calls 1

setMethod · 0.80

Tested by

no test coverage detected