| 523 | } |
| 524 | |
| 525 | virtual void fail(char* fail_string) _override |
| 526 | { |
| 527 | UtestShell* currentTest = UtestShell::getCurrent(); |
| 528 | currentTest->failWith(FailFailure(currentTest, currentTest->getName().asCharString(), currentTest->getLineNumber(), fail_string), TestTerminatorWithoutExceptions()); |
| 529 | } // LCOV_EXCL_LINE |
| 530 | }; |
| 531 | |
| 532 | static MemoryLeakFailure* globalReporter = NULLPTR; |
nothing calls this directly
no test coverage detected