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

Method failedTestName

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

Gets the name of the failed test.

Source from the content-addressed store, hash-verified

55
56/// Gets the name of the failed test.
57std::string
58TestFailure::failedTestName() const
59{
60 return m_failedTest->getName();
61}
62
63
64TestFailure *

Callers 3

printFailedTestNameMethod · 0.80
printFailureTestNameMethod · 0.80
printFailureDetailMethod · 0.80

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected