Lines Matching refs:getResultCapture
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()
8240 m_resultCapture( getResultCapture() )
10286 IResultCapture* getResultCapture() override { in getResultCapture() function in Catch::Context
10749 Catch::getCurrentContext().getResultCapture()->handleFatalErrorCondition( message ); in reportFatal()
10920 return getResultCapture().acquireGeneratorTracker( generatorName, lineInfo ); in acquireGeneratorTracker()
11790 getResultCapture().pushScopedMessage( m_info ); in ScopedMessage()
11801 getResultCapture().popScopedMessage(m_info); in ~ScopedMessage()
13085 IResultCapture& getResultCapture() { in getResultCapture() function
13086 if (auto* capture = getCurrentContext().getResultCapture()) in getResultCapture()
13111 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) ) in Section()
13120 getResultCapture().sectionEndedEarly( endInfo ); in ~Section()
13122 getResultCapture().sectionEnded( endInfo ); in ~Section()