Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlightGear/flightgear
/ addError
Method
addError
3rdparty/cppunit/src/cppunit/TestResult.cpp:41–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
40
41
void
42
TestResult::addError( Test *test,
43
Exception *e )
44
{
45
TestFailure failure( test, e, true );
46
addFailure( failure );
47
}
48
49
50
void
Callers
1
reportError
Method · 0.80
Calls
1
addFailure
Function · 0.85
Tested by
no test coverage detected