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

Method failTest

src/CppUTestExt/MockSupportPlugin.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 virtual void failTest(const MockFailure& failure) _override
43 {
44 result_.addFailure(failure);
45 }
46
47 virtual UtestShell* getTestToFail() _override
48 {

Callers

nothing calls this directly

Calls 1

addFailureMethod · 0.80

Tested by

no test coverage detected