Home
last modified time | relevance | path

Searched refs:m_legacyReporter (Results 1 – 1 of 1) sorted by relevance

/external/bcc/tests/cc/
Dcatch.hpp7603 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()
[all …]