| 5078 | } |
| 5079 | |
| 5080 | AssertionResult::AssertionResult( AssertionInfo const& info, AssertionResultData const& data ) |
| 5081 | : m_info( info ), |
| 5082 | m_resultData( data ) |
| 5083 | {} |
| 5084 | |
| 5085 | // Result was a success |
| 5086 | bool AssertionResult::succeeded() const { |
nothing calls this directly
no outgoing calls
no test coverage detected