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

Method MockCheckedActualCall

src/CppUTestExt/MockActualCall.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52MockCheckedActualCall::MockCheckedActualCall(unsigned int callOrder, MockFailureReporter* reporter, const MockExpectedCallsList& allExpectations)
53 : callOrder_(callOrder), reporter_(reporter), state_(CALL_SUCCEED), expectationsChecked_(false), matchingExpectation_(NULLPTR),
54 allExpectations_(allExpectations), outputParameterExpectations_(NULLPTR)
55{
56 potentiallyMatchingExpectations_.addPotentiallyMatchingExpectations(allExpectations);
57}
58
59MockCheckedActualCall::~MockCheckedActualCall()
60{

Callers

nothing calls this directly

Tested by

no test coverage detected