Searched refs:LegacyReporterAdapter (Results 1 – 1 of 1) sorted by relevance
7582 class LegacyReporterAdapter : public SharedImpl<IStreamingReporter> class7585 LegacyReporterAdapter( Ptr<IReporter> const& legacyReporter );7586 virtual ~LegacyReporterAdapter();7609 LegacyReporterAdapter::LegacyReporterAdapter( Ptr<IReporter> const& legacyReporter ) in LegacyReporterAdapter() function in Catch::LegacyReporterAdapter7612 LegacyReporterAdapter::~LegacyReporterAdapter() {} in ~LegacyReporterAdapter()7614 ReporterPreferences LegacyReporterAdapter::getPreferences() const { in getPreferences()7620 void LegacyReporterAdapter::noMatchingTestCases( std::string const& ) {} in noMatchingTestCases()7621 void LegacyReporterAdapter::testRunStarting( TestRunInfo const& ) { in testRunStarting()7624 void LegacyReporterAdapter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting()7627 void LegacyReporterAdapter::testCaseStarting( TestCaseInfo const& testInfo ) { in testCaseStarting()[all …]