Lines Matching refs:m_legacyReporter
7603 Ptr<IReporter> m_legacyReporter; member in Catch::LegacyReporterAdapter
7610 : m_legacyReporter( legacyReporter ) in LegacyReporterAdapter()
7616 prefs.shouldRedirectStdOut = m_legacyReporter->shouldRedirectStdout(); in getPreferences()
7622 m_legacyReporter->StartTesting(); in testRunStarting()
7625 m_legacyReporter->StartGroup( groupInfo.name ); in testGroupStarting()
7628 m_legacyReporter->StartTestCase( testInfo ); in testCaseStarting()
7631 m_legacyReporter->StartSection( sectionInfo.name, sectionInfo.description ); in sectionStarting()
7647 m_legacyReporter->Result( result ); in assertionEnded()
7651 m_legacyReporter->Result( assertionStats.assertionResult ); in assertionEnded()
7656 m_legacyReporter->NoAssertionsInSection( sectionStats.sectionInfo.name ); in sectionEnded()
7657 m_legacyReporter->EndSection( sectionStats.sectionInfo.name, sectionStats.assertions ); in sectionEnded()
7660 m_legacyReporter->EndTestCase in testCaseEnded()
7668 m_legacyReporter->Aborted(); in testGroupEnded()
7669 m_legacyReporter->EndGroup( testGroupStats.groupInfo.name, testGroupStats.totals ); in testGroupEnded()
7672 m_legacyReporter->EndTesting( testRunStats.totals ); in testRunEnded()