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

Method printFailureLocation

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

Source from the content-addressed store, hash-verified

85
86
87void
88TextOutputter::printFailureLocation( SourceLine sourceLine )
89{
90 if ( !sourceLine.isValid() )
91 return;
92
93 m_stream << "line: " << sourceLine.lineNumber()
94 << ' ' << sourceLine.fileName();
95}
96
97
98void

Callers

nothing calls this directly

Calls 3

isValidMethod · 0.45
lineNumberMethod · 0.45
fileNameMethod · 0.45

Tested by

no test coverage detected