| 544 | } |
| 545 | |
| 546 | void UtestShell::printVeryVerbose(const char* text) |
| 547 | { |
| 548 | getTestResult()->printVeryVerbose(text); |
| 549 | } |
| 550 | |
| 551 | TestResult* UtestShell::testResult_ = NULLPTR; |
| 552 | UtestShell* UtestShell::currentTest_ = NULLPTR; |
no outgoing calls
no test coverage detected