| 6129 | } |
| 6130 | } |
| 6131 | void AssertionHandler::setCompleted() { |
| 6132 | m_completed = true; |
| 6133 | } |
| 6134 | |
| 6135 | void AssertionHandler::handleUnexpectedInflightException() { |
| 6136 | m_resultCapture.handleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveException(), m_reaction ); |
nothing calls this directly
no outgoing calls
no test coverage detected