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