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

Method isError

3rdparty/cppunit/src/cppunit/TestFailure.cpp:49–53  ·  view source on GitHub ↗

Indicates if the failure is a failed assertion or an error.

Source from the content-addressed store, hash-verified

47
48/// Indicates if the failure is a failed assertion or an error.
49bool
50TestFailure::isError() const
51{
52 return m_isError;
53}
54
55
56/// Gets the name of the failed test.

Callers 12

addFailureMethod · 0.80
printFailureTypeMethod · 0.80
addFailureMethod · 0.80
addFailureMethod · 0.80
addFailedTestMethod · 0.80
addFailureMethod · 0.80
printFailureTypeMethod · 0.80
printFailureDetailMethod · 0.80
addFailureMethod · 0.80
checkQQC2AvailabilityMethod · 0.80
onComponentLoadedMethod · 0.80
loadStyleColorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected