MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / AssertionHandler

Method AssertionHandler

Bcore/src/main/cpp/Dobby/tests/catch.hpp:4803–4806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4801}
4802
4803AssertionHandler::AssertionHandler(StringRef macroName, SourceLineInfo const &lineInfo, StringRef capturedExpression,
4804 ResultDisposition::Flags resultDisposition)
4805 : m_assertionInfo{macroName, lineInfo, capturedExpression, resultDisposition}, m_resultCapture(getResultCapture()) {
4806}
4807
4808void AssertionHandler::handleExpr(ITransientExpression const &expr) {
4809 m_resultCapture.handleExpr(m_assertionInfo, expr, m_reaction);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected