Lines Matching refs:getResultCapture
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() function
6156 if( IResultCapture* capture = getCurrentContext().getResultCapture() ) in getResultCapture()
6878 virtual IResultCapture* getResultCapture() { in getResultCapture() function in Catch::Context
6913 std::string testName = getResultCapture()->getCurrentTestName(); in findGeneratorsForCurrentTest()
6925 std::string testName = getResultCapture()->getCurrentTestName(); in getGeneratorsForCurrentTest()
7542 getResultCapture().pushScopedMessage( m_info ); in ScopedMessage()
7549 getResultCapture().popScopedMessage( m_info ); in ~ScopedMessage()
7848 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) ) in Section()
7857 getResultCapture().sectionEndedEarly( endInfo ); in ~Section()
7859 getResultCapture().sectionEnded( endInfo ); in ~Section()
8236 getResultCapture().assertionEnded( result ); in handleResult()