| 667 | } |
| 668 | |
| 669 | bool AssertionResult::hasMessage() const { |
| 670 | return !m_resultData.message.empty(); |
| 671 | } |
| 672 | |
| 673 | std::string AssertionResult::getExpression() const { |
| 674 | // Possibly overallocating by 3 characters should be basically free |
no test coverage detected