Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlightGear/flightgear
/ addFailure
Method
addFailure
3rdparty/cppunit/src/cppunit/TestResult.cpp:50–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
49
50
void
51
TestResult::addFailure( Test *test, Exception *e )
52
{
53
TestFailure failure( test, e, false );
54
addFailure( failure );
55
}
56
57
58
void
Callers
1
reportFailure
Method · 0.45
Calls
3
addFailure
Function · 0.85
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected