MCPcopy 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
41void
42TestResult::addError( Test *test,
43 Exception *e )
44{
45 TestFailure failure( test, e, true );
46 addFailure( failure );
47}
48
49
50void

Callers 1

reportErrorMethod · 0.80

Calls 1

addFailureFunction · 0.85

Tested by

no test coverage detected