| 7964 | } |
| 7965 | |
| 7966 | void AssertionHandler::handleThrowingCallSkipped() { |
| 7967 | m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); |
| 7968 | } |
| 7969 | |
| 7970 | // This is the overload that takes a string and infers the Equals matcher from it |
| 7971 | // The more general overload, that takes any string matcher, is in catch_capture_matchers.cpp |
nothing calls this directly
no test coverage detected