Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlightGear/flightgear
/ printFailureType
Method
printFailureType
3rdparty/cppunit/src/cppunit/CompilerOutputter.cpp:154–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
153
154
void
155
CompilerOutputter::printFailureType( TestFailure *failure )
156
{
157
m_stream << (failure->isError() ?
"Error"
:
"Assertion"
);
158
}
159
160
161
void
Callers
nothing calls this directly
Calls
1
isError
Method · 0.80
Tested by
no test coverage detected