| 110 | } // LCOV_EXCL_LINE |
| 111 | |
| 112 | void FAIL_C_LOCATION(const char* fileName, size_t lineNumber) |
| 113 | { |
| 114 | UtestShell::getCurrent()->fail("", fileName, lineNumber, TestTerminatorWithoutExceptions()); |
| 115 | } // LCOV_EXCL_LINE |
| 116 | |
| 117 | void CHECK_C_LOCATION(int condition, const char* conditionString, const char* text, const char* fileName, size_t lineNumber) |
| 118 | { |
nothing calls this directly
no test coverage detected