Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlightGear/flightgear
/ addFailure
Method
addFailure
3rdparty/cppunit/src/cppunit/TextTestResult.cpp:18–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
18
void
19
TextTestResult::addFailure( const TestFailure &failure )
20
{
21
TestResultCollector::addFailure( failure );
22
stdCOut() << ( failure.isError() ?
"E"
:
"F"
);
23
}
24
25
26
void
Callers
nothing calls this directly
Calls
2
addFailure
Function · 0.85
isError
Method · 0.80
Tested by
no test coverage detected