MCPcopy Create free account
hub / github.com/FlightGear/flightgear / printFailureType

Method printFailureType

3rdparty/cppunit/src/cppunit/CompilerOutputter.cpp:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152
153
154void
155CompilerOutputter::printFailureType( TestFailure *failure )
156{
157 m_stream << (failure->isError() ? "Error" : "Assertion");
158}
159
160
161void

Callers

nothing calls this directly

Calls 1

isErrorMethod · 0.80

Tested by

no test coverage detected