Lines Matching refs:aborting
2043 virtual bool aborting() const = 0;
5166 aborting( _aborting ) in TestCaseStats()
5181 bool aborting; member
5190 aborting( _aborting ) in TestGroupStats()
5194 aborting( false ) in TestGroupStats()
5207 bool aborting; member
5216 aborting( _aborting ) in TestRunStats()
5224 aborting( _other.aborting ) in TestRunStats()
5235 bool aborting; member
5878 m_reporter->testRunEnded( TestRunStats( m_runInfo, m_totals, aborting() ) ); in ~RunContext()
5885 …GroupEnded( TestGroupStats( GroupInfo( testSpec, groupIndex, groupsCount ), totals, aborting() ) ); in testGroupEnded()
5907 while( !m_testCaseTracker->isSuccessfullyCompleted() && !aborting() ); in runTest()
5910 while( getCurrentContext().advanceGeneratorsForCurrentTest() && !aborting() ); in runTest()
5923 aborting() ) ); in runTest()
6060 bool aborting() const { in aborting() function in Catch::RunContext
6252 if( !context.aborting() && matchTest( *it, testSpec, *iconfig ) ) in runTests()
7667 if( testGroupStats.aborting ) in testGroupEnded()
8241 …if( getCurrentContext().getRunner()->aborting() || (m_assertionInfo.resultDisposition & ResultDisp… in handleResult()