| 126 | } |
| 127 | |
| 128 | bool TestFailure::isInHelperFunction() const |
| 129 | { |
| 130 | return lineNumber_ < testLineNumber_; |
| 131 | } |
| 132 | |
| 133 | SimpleString TestFailure::createButWasString(const SimpleString& expected, const SimpleString& actual) |
| 134 | { |
no outgoing calls
no test coverage detected