Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
void
72
TextOutputter::printFailureTestName( TestFailure *failure )
73
{
74
m_stream <<
"test: "
<< failure->failedTestName();
75
}
76
77
78
void
Callers
nothing calls this directly
Calls
1
failedTestName
Method · 0.80
Tested by
no test coverage detected