This is the complete list of members for Catch::IResultCapture, including all inherited members.
acquireGeneratorTracker(StringRef generatorName, SourceLineInfo const &lineInfo)=0 | Catch::IResultCapture | pure virtual |
assertionPassed()=0 | Catch::IResultCapture | pure virtual |
benchmarkEnded(BenchmarkStats<> const &stats)=0 | Catch::IResultCapture | pure virtual |
benchmarkFailed(StringRef error)=0 | Catch::IResultCapture | pure virtual |
benchmarkPreparing(StringRef name)=0 | Catch::IResultCapture | pure virtual |
benchmarkStarting(BenchmarkInfo const &info)=0 | Catch::IResultCapture | pure virtual |
createGeneratorTracker(StringRef generatorName, SourceLineInfo lineInfo, Generators::GeneratorBasePtr &&generator)=0 | Catch::IResultCapture | pure virtual |
emplaceUnscopedMessage(MessageBuilder &&builder)=0 | Catch::IResultCapture | pure virtual |
exceptionEarlyReported()=0 | Catch::IResultCapture | pure virtual |
getCurrentTestName() const =0 | Catch::IResultCapture | pure virtual |
getLastResult() const =0 | Catch::IResultCapture | pure virtual |
handleExpr(AssertionInfo const &info, ITransientExpression const &expr, AssertionReaction &reaction)=0 | Catch::IResultCapture | pure virtual |
handleFatalErrorCondition(StringRef message)=0 | Catch::IResultCapture | pure virtual |
handleIncomplete(AssertionInfo const &info)=0 | Catch::IResultCapture | pure virtual |
handleMessage(AssertionInfo const &info, ResultWas::OfType resultType, std::string &&message, AssertionReaction &reaction)=0 | Catch::IResultCapture | pure virtual |
handleNonExpr(AssertionInfo const &info, ResultWas::OfType resultType, AssertionReaction &reaction)=0 | Catch::IResultCapture | pure virtual |
handleUnexpectedExceptionNotThrown(AssertionInfo const &info, AssertionReaction &reaction)=0 | Catch::IResultCapture | pure virtual |
handleUnexpectedInflightException(AssertionInfo const &info, std::string &&message, AssertionReaction &reaction)=0 | Catch::IResultCapture | pure virtual |
lastAssertionPassed()=0 | Catch::IResultCapture | pure virtual |
notifyAssertionStarted(AssertionInfo const &info)=0 | Catch::IResultCapture | pure virtual |
popScopedMessage(MessageInfo const &message)=0 | Catch::IResultCapture | pure virtual |
pushScopedMessage(MessageInfo const &message)=0 | Catch::IResultCapture | pure virtual |
sectionEnded(SectionEndInfo &&endInfo)=0 | Catch::IResultCapture | pure virtual |
sectionEndedEarly(SectionEndInfo &&endInfo)=0 | Catch::IResultCapture | pure virtual |
sectionStarted(StringRef sectionName, SourceLineInfo const §ionLineInfo, Counts &assertions)=0 | Catch::IResultCapture | pure virtual |
~IResultCapture() | Catch::IResultCapture | virtual |