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

Method printFailureTestName

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

Source from the content-addressed store, hash-verified

69
70
71void
72TextOutputter::printFailureTestName( TestFailure *failure )
73{
74 m_stream << "test: " << failure->failedTestName();
75}
76
77
78void

Callers

nothing calls this directly

Calls 1

failedTestNameMethod · 0.80

Tested by

no test coverage detected