MCPcopy Create free account
hub / github.com/cpputest/cpputest / setActiveReporter

Method setActiveReporter

src/CppUTestExt/MockSupport.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void MockSupport::setActiveReporter(MockFailureReporter* reporter)
73{
74 activeReporter_ = (reporter) ? reporter : standardReporter_;
75}
76
77void MockSupport::setDefaultComparatorsAndCopiersRepository()
78{

Callers 1

MockSupport.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected