MCPcopy Create free account
hub / github.com/BVLC/caffe / SetTestPartResultReporterForCurrentThread

Method SetTestPartResultReporterForCurrentThread

src/gtest/gtest-all.cpp:2001–2004  ·  view source on GitHub ↗

Sets the test part result reporter for the current thread.

Source from the content-addressed store, hash-verified

1999
2000// Sets the test part result reporter for the current thread.
2001void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
2002 TestPartResultReporterInterface* reporter) {
2003 per_thread_test_part_result_reporter_.set(reporter);
2004}
2005
2006// Gets the number of successful test cases.
2007int UnitTestImpl::successful_test_case_count() const {

Callers 4

InitMethod · 0.80

Calls 1

setMethod · 0.80

Tested by

no test coverage detected