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