Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_listening.cpp26 m_preferences.shouldRedirectStdOut = m_reporter->getPreferences().shouldRedirectStdOut; in addReporter()
Dcatch_reporter_bases.hpp35 m_reporterPrefs.shouldRedirectStdOut = false; in StreamingReporterBase()
150 m_reporterPrefs.shouldRedirectStdOut = false; in CumulativeReporterBase()
Dcatch_reporter_teamcity.hpp30 m_reporterPrefs.shouldRedirectStdOut = true; in TeamCityReporter()
Dcatch_reporter_xml.cpp26 m_reporterPrefs.shouldRedirectStdOut = true; in XmlReporter()
Dcatch_reporter_junit.cpp64 m_reporterPrefs.shouldRedirectStdOut = true; in JunitReporter()
/external/catch2/single_include/catch2/
Dcatch_reporter_teamcity.hpp30 m_reporterPrefs.shouldRedirectStdOut = true; in TeamCityReporter()
Dcatch.hpp4882 bool shouldRedirectStdOut = false; member
5092 m_reporterPrefs.shouldRedirectStdOut = false; in StreamingReporterBase()
5206 m_reporterPrefs.shouldRedirectStdOut = false; in CumulativeReporterBase()
10561 if (m_reporter->getPreferences().shouldRedirectStdOut) { in runCurrentTest()
13988 m_reporterPrefs.shouldRedirectStdOut = true; in JunitReporter()
14199 m_preferences.shouldRedirectStdOut = m_reporter->getPreferences().shouldRedirectStdOut; in addReporter()
14328 m_reporterPrefs.shouldRedirectStdOut = true; in XmlReporter()
/external/catch2/include/internal/
Dcatch_interfaces_reporter.h44 bool shouldRedirectStdOut = false; member
Dcatch_run_context.cpp332 if (m_reporter->getPreferences().shouldRedirectStdOut) { in runCurrentTest()
/external/bcc/tests/cc/
Dcatch.hpp5061 : shouldRedirectStdOut( false ) in ReporterPreferences()
5064 bool shouldRedirectStdOut; member
6079 if( m_reporter->getPreferences().shouldRedirectStdOut ) { in runCurrentTest()
7616 prefs.shouldRedirectStdOut = m_legacyReporter->shouldRedirectStdout(); in getPreferences()
8535 m_reporterPrefs.shouldRedirectStdOut = false; in StreamingReporterBase()
8640 m_reporterPrefs.shouldRedirectStdOut = false; in CumulativeReporterBase()
9089 m_reporterPrefs.shouldRedirectStdOut = true; in XmlReporter()
9276 m_reporterPrefs.shouldRedirectStdOut = true; in JunitReporter()
9923 prefs.shouldRedirectStdOut = false; in getPreferences()