MCPcopy Create free account
hub / github.com/cpputest/cpputest / isFailure

Method isFailure

include/CppUTest/TestResult.h:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 bool isFailure() const
90 {
91 return (getFailureCount() != 0) || (getRunCount() + getIgnoredCount() == 0);
92 }
93
94 size_t getTotalExecutionTime() const;
95 void setTotalExecutionTime(size_t exTime);

Callers 3

runAllTestsMethod · 0.80
printTestsEndedMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected