| 4801 | } |
| 4802 | |
| 4803 | AssertionHandler::AssertionHandler(StringRef macroName, SourceLineInfo const &lineInfo, StringRef capturedExpression, |
| 4804 | ResultDisposition::Flags resultDisposition) |
| 4805 | : m_assertionInfo{macroName, lineInfo, capturedExpression, resultDisposition}, m_resultCapture(getResultCapture()) { |
| 4806 | } |
| 4807 | |
| 4808 | void AssertionHandler::handleExpr(ITransientExpression const &expr) { |
| 4809 | m_resultCapture.handleExpr(m_assertionInfo, expr, m_reaction); |
nothing calls this directly
no outgoing calls
no test coverage detected