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

Method failedTest

3rdparty/cppunit/src/cppunit/TestFailure.cpp:25–29  ·  view source on GitHub ↗

Gets the failed test.

Source from the content-addressed store, hash-verified

23
24/// Gets the failed test.
25Test *
26TestFailure::failedTest() const
27{
28 return m_failedTest;
29}
30
31
32/// Gets the thrown exception. Never \c NULL.

Callers 1

fillFailedTestsMapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected