MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / writeFail

Method writeFail

src/tester.cpp:100–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void 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
110void Tester::writeSkip()
111{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected