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

Method exitTest

src/CppUTest/Utest.cpp:362–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360} // LCOV_EXCL_LINE
361
362void UtestShell::exitTest(const TestTerminator& terminator)
363{
364 terminator.exitCurrentTest();
365} // LCOV_EXCL_LINE
366
367void UtestShell::assertTrue(bool condition, const char *checkString, const char *conditionString, const char* text, const char *fileName, size_t lineNumber, const TestTerminator& testTerminator)
368{

Callers

nothing calls this directly

Calls 1

exitCurrentTestMethod · 0.45

Tested by

no test coverage detected