| 98 | } |
| 99 | |
| 100 | void Tester::writeFail() |
| 101 | { |
| 102 | #ifdef Q_OS_WIN |
| 103 | output << " FAILED" << Qt::endl; |
| 104 | #else |
| 105 | output << " \e[0;31mFAILED\e[0m" << Qt::endl; |
| 106 | #endif |
| 107 | testTimer.invalidate(); |
| 108 | } |
| 109 | |
| 110 | void Tester::writeSkip() |
| 111 | { |
nothing calls this directly
no outgoing calls
no test coverage detected