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

Method printFailure

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

Source from the content-addressed store, hash-verified

45
46
47void
48TextOutputter::printFailure( TestFailure *failure,
49 int failureNumber )
50{
51 printFailureListMark( failureNumber );
52 m_stream << ' ';
53 printFailureTestName( failure );
54 m_stream << ' ';
55 printFailureType( failure );
56 m_stream << ' ';
57 printFailureLocation( failure->sourceLine() );
58 m_stream << "\n";
59 printFailureDetail( failure->thrownException() );
60 m_stream << "\n";
61}
62
63
64void

Callers

nothing calls this directly

Calls 2

thrownExceptionMethod · 0.80
sourceLineMethod · 0.45

Tested by

no test coverage detected