MCPcopy Create free account
hub / github.com/apache/singa / SetTestPartResultReporterForCurrentThread

Method SetTestPartResultReporterForCurrentThread

test/gtest/gtest-all.cc:2186–2189  ·  view source on GitHub ↗

Sets the test part result reporter for the current thread.

Source from the content-addressed store, hash-verified

2184
2185// Sets the test part result reporter for the current thread.
2186void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
2187 TestPartResultReporterInterface* reporter) {
2188 per_thread_test_part_result_reporter_.set(reporter);
2189}
2190
2191// Gets the number of successful test cases.
2192int UnitTestImpl::successful_test_case_count() const {

Callers 4

InitMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected