Searched refs:m_legacyReporter (Results 1 – 1 of 1) sorted by relevance
7603 Ptr<IReporter> m_legacyReporter; member in Catch::LegacyReporterAdapter7610 : 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()[all …]