Lines Matching refs:m_reporter
5869 m_reporter( reporter ) in RunContext()
5874 m_reporter->testRunStarting( m_runInfo ); in RunContext()
5878 m_reporter->testRunEnded( TestRunStats( m_runInfo, m_totals, aborting() ) ); in ~RunContext()
5882 m_reporter->testGroupStarting( GroupInfo( testSpec, groupIndex, groupsCount ) ); in testGroupStarting()
5885 …m_reporter->testGroupEnded( TestGroupStats( GroupInfo( testSpec, groupIndex, groupsCount ), totals… in testGroupEnded()
5896 m_reporter->testCaseStarting( testInfo ); in runTest()
5919 m_reporter->testCaseEnded( TestCaseStats( testInfo, in runTest()
5945 if( m_reporter->assertionEnded( AssertionStats( result, m_messages, m_totals ) ) ) in assertionEnded()
5968 m_reporter->sectionStarting( sectionInfo ); in sectionStarted()
5995 …m_reporter->sectionEnded( SectionStats( endInfo.sectionInfo, assertions, endInfo.durationInSeconds… in sectionEnded()
6042 m_reporter->sectionEnded( testCaseSectionStats ); in handleFatalErrorCondition()
6048 m_reporter->testCaseEnded( TestCaseStats( testInfo, in handleFatalErrorCondition()
6055 m_reporter->testRunEnded( TestRunStats( m_runInfo, m_totals, false ) ); in handleFatalErrorCondition()
6069 m_reporter->sectionStarting( testCaseSection ); in runCurrentTest()
6079 if( m_reporter->getPreferences().shouldRedirectStdOut ) { in runCurrentTest()
6109 m_reporter->sectionEnded( testCaseSectionStats ); in runCurrentTest()
6147 Ptr<IStreamingReporter> m_reporter; member in Catch::RunContext