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

Method printFailureDetail

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

Source from the content-addressed store, hash-verified

96
97
98void
99TextOutputter::printFailureDetail( Exception *thrownException )
100{
101 m_stream << thrownException->message().shortDescription() << "\n";
102 m_stream << thrownException->message().details();
103}
104
105
106void

Callers

nothing calls this directly

Calls 2

messageMethod · 0.80
detailsMethod · 0.80

Tested by

no test coverage detected