MCPcopy Create free account
hub / github.com/FlightGear/flightgear / fail

Method fail

3rdparty/cppunit/src/cppunit/Asserter.cpp:6–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5
6CPPUNIT_NS_BEGIN
7
8
9// coverity[+kill]
10void
11Asserter::fail( std::string message,
12 const SourceLine &sourceLine )
13{
14 fail( Message( "assertion failed", message ), sourceLine );
15}
16
17// coverity[+kill]
18void

Callers 5

processSTGFunction · 0.80
mainFunction · 0.80
check_floatFunction · 0.80
saveRawReplayDataFunction · 0.80
refreshMethod · 0.80

Calls 2

ExceptionClass · 0.85
MessageClass · 0.50

Tested by

no test coverage detected