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

Method printFailureType

3rdparty/cppunit/src/cppunit/TextOutputter.cpp:78–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77
78void
79TextOutputter::printFailureType( TestFailure *failure )
80{
81 m_stream << "("
82 << (failure->isError() ? "E" : "F")
83 << ")";
84}
85
86
87void

Callers

nothing calls this directly

Calls 1

isErrorMethod · 0.80

Tested by

no test coverage detected