Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlightGear/flightgear
/ printFailureType
Method
printFailureType
3rdparty/cppunit/src/cppunit/TextOutputter.cpp:78–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
77
78
void
79
TextOutputter::printFailureType( TestFailure *failure )
80
{
81
m_stream <<
"("
82
<< (failure->isError() ?
"E"
:
"F"
)
83
<<
")"
;
84
}
85
86
87
void
Callers
nothing calls this directly
Calls
1
isError
Method · 0.80
Tested by
no test coverage detected