| 4880 | } |
| 4881 | |
| 4882 | AssertionResult::AssertionResult(AssertionInfo const &info, AssertionResultData const &data) |
| 4883 | : m_info(info), m_resultData(data) { |
| 4884 | } |
| 4885 | |
| 4886 | // Result was a success |
| 4887 | bool AssertionResult::succeeded() const { |
nothing calls this directly
no outgoing calls
no test coverage detected