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

Method failWith

src/CppUTest/Utest.cpp:350–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350void UtestShell::failWith(const TestFailure& failure)
351{
352 failWith(failure, NormalTestTerminator());
353} // LCOV_EXCL_LINE
354
355void UtestShell::failWith(const TestFailure& failure, const TestTerminator& terminator)
356{

Callers 5

failTestMethod · 0.80
failTestMethod · 0.80
failMethod · 0.80
ReportTestPartResultMethod · 0.80

Calls 3

addFailureMethod · 0.80
exitCurrentTestMethod · 0.45

Tested by

no test coverage detected