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

Method MockFailure

src/CppUTestExt/MockFailure.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68MockFailure::MockFailure(UtestShell* test) : TestFailure(test, "Test failed with MockFailure without an error! Something went seriously wrong.")
69{
70}
71
72void MockFailure::addExpectationsAndCallHistory(const MockExpectedCallsList& expectations)
73{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected