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

Method MockExpectedCallsDidntHappenFailure

src/CppUTestExt/MockFailure.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98MockExpectedCallsDidntHappenFailure::MockExpectedCallsDidntHappenFailure(UtestShell* test, const MockExpectedCallsList& expectations) : MockFailure(test)
99{
100 message_ = "Mock Failure: Expected call WAS NOT fulfilled.\n";
101 addExpectationsAndCallHistory(expectations);
102}
103
104MockUnexpectedCallHappenedFailure::MockUnexpectedCallHappenedFailure(UtestShell* test, const SimpleString& name, const MockExpectedCallsList& expectations) : MockFailure(test)
105{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected