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

Method MockSupport

src/CppUTestExt/MockSupport.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46MockSupport::MockSupport(const SimpleString& mockName)
47 : actualCallOrder_(0), expectedCallOrder_(0), strictOrdering_(false), standardReporter_(&defaultReporter_), ignoreOtherCalls_(false), enabled_(true), lastActualFunctionCall_(NULLPTR), mockName_(mockName), tracing_(false)
48{
49 setActiveReporter(NULLPTR);
50}
51
52MockSupport::~MockSupport()
53{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected