| 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); |
no outgoing calls
no test coverage detected