MCPcopy 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
50void
51TestResult::addFailure( Test *test, Exception *e )
52{
53 TestFailure failure( test, e, false );
54 addFailure( failure );
55}
56
57
58void

Callers 1

reportFailureMethod · 0.45

Calls 3

addFailureFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected