Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
57
std::string
58
TestFailure::failedTestName() const
59
{
60
return m_failedTest->getName();
61
}
62
63
64
TestFailure *
Callers
3
printFailedTestName
Method · 0.80
printFailureTestName
Method · 0.80
printFailureDetail
Method · 0.80
Calls
1
getName
Method · 0.45
Tested by
no test coverage detected