| 44 | } |
| 45 | |
| 46 | MockSupport::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 | |
| 52 | MockSupport::~MockSupport() |
| 53 | { |
nothing calls this directly
no outgoing calls
no test coverage detected