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

Method setMockFailureReporter

src/CppUTestExt/MockActualCall.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void MockCheckedActualCall::setMockFailureReporter(MockFailureReporter* reporter)
65{
66 reporter_ = reporter;
67}
68
69UtestShell* MockCheckedActualCall::getTest() const
70{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected