Searched refs:getResultCapture (Results 1 – 16 of 16) sorted by relevance
17 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) ) in Section()26 getResultCapture().sectionEndedEarly( endInfo ); in ~Section()28 getResultCapture().sectionEnded( endInfo ); in ~Section()
59 if( Catch::getResultCapture().lastAssertionPassed() )64 if( !Catch::getResultCapture().lastAssertionPassed() )146 …Catch::getResultCapture().emplaceUnscopedMessage( Catch::MessageBuilder( macroName##_catch_sr, CAT…
54 getResultCapture().pushScopedMessage( m_info ); in ScopedMessage()65 getResultCapture().popScopedMessage(m_info); in ~ScopedMessage()
28 return getResultCapture().acquireGeneratorTracker( lineInfo ); in acquireGeneratorTracker()
26 virtual IResultCapture* getResultCapture() = 0;
17 IResultCapture* getResultCapture() override { in getResultCapture() function in Catch::Context
77 IResultCapture& m_resultCapture = getResultCapture();
97 IResultCapture& getResultCapture();
61 m_resultCapture( getResultCapture() )
25 Catch::getCurrentContext().getResultCapture()->handleFatalErrorCondition( message ); in reportFatal()
503 IResultCapture& getResultCapture() { in getResultCapture() function504 if (auto* capture = getCurrentContext().getResultCapture()) in getResultCapture()
59 getResultCapture().benchmarkPreparing(name); in run()75 getResultCapture().benchmarkStarting(info); in run()83 getResultCapture().benchmarkEnded(stats); in run()
62 getResultCapture().benchmarkFailed(translateActiveException()); in user_code()
577 virtual IResultCapture* getResultCapture() = 0;1983 IResultCapture& getResultCapture();2073 if( Catch::getResultCapture().getLastResult()->succeeded() )2078 if( !Catch::getResultCapture().getLastResult()->succeeded() )5760 IResultCapture* resultCapture = context.getResultCapture(); in fatal()6155 IResultCapture& getResultCapture() { in getResultCapture() function6156 if( IResultCapture* capture = getCurrentContext().getResultCapture() ) in getResultCapture()6878 virtual IResultCapture* getResultCapture() { in getResultCapture() function in Catch::Context6913 std::string testName = getResultCapture()->getCurrentTestName(); in findGeneratorsForCurrentTest()6925 std::string testName = getResultCapture()->getCurrentTestName(); in getGeneratorsForCurrentTest()[all …]
2489 IResultCapture& getResultCapture();2628 IResultCapture& m_resultCapture = getResultCapture();2693 if( Catch::getResultCapture().lastAssertionPassed() )2698 if( !Catch::getResultCapture().lastAssertionPassed() )2770 …Catch::getResultCapture().emplaceUnscopedMessage( Catch::MessageBuilder( macroName##_catch_sr, CAT…4323 virtual IResultCapture* getResultCapture() = 0;6545 getResultCapture().benchmarkFailed(translateActiveException()); in user_code()7274 getResultCapture().benchmarkPreparing(name); in run()7290 getResultCapture().benchmarkStarting(info); in run()7298 getResultCapture().benchmarkEnded(stats); in run()[all …]
2511 IResultCapture& getResultCapture();2650 IResultCapture& m_resultCapture = getResultCapture();2715 if( Catch::getResultCapture().lastAssertionPassed() )2720 if( !Catch::getResultCapture().lastAssertionPassed() )2792 …Catch::getResultCapture().emplaceUnscopedMessage( Catch::MessageBuilder( macroName##_catch_sr, CAT…4353 virtual IResultCapture* getResultCapture() = 0;6577 getResultCapture().benchmarkFailed(translateActiveException()); in user_code()7306 getResultCapture().benchmarkPreparing(name); in run()7322 getResultCapture().benchmarkStarting(info); in run()7330 getResultCapture().benchmarkEnded(stats); in run()[all …]