| 6179 | } |
| 6180 | |
| 6181 | AssertionResult::AssertionResult( AssertionInfo const& info, AssertionResultData const& data ) |
| 6182 | : m_info( info ), |
| 6183 | m_resultData( data ) |
| 6184 | {} |
| 6185 | |
| 6186 | // Result was a success |
| 6187 | bool AssertionResult::succeeded() const { |
nothing calls this directly
no outgoing calls
no test coverage detected