Searched refs:getPreferences (Results 1 – 1 of 1) sorted by relevance
5593 virtual ReporterPreferences getPreferences() const = 0;5679 ReporterPreferences getPreferences() const override { in getPreferences() function5797 ReporterPreferences getPreferences() const override { in getPreferences() function6058 ReporterPreferences getPreferences() const override;10862 ReporterPreferences getPreferences() const override;12487 …ccessfulResults( m_config->includeSuccessfulResults() || m_reporter->getPreferences().shouldReport…12751 if (m_reporter->getPreferences().shouldRedirectStdOut) { in runCurrentTest()15723 ReporterPreferences CompactReporter::getPreferences() const { in getPreferences() function in Catch::CompactReporter16740 m_preferences.shouldRedirectStdOut = m_reporter->getPreferences().shouldRedirectStdOut; in addReporter()16743 ReporterPreferences ListeningReporter::getPreferences() const { in getPreferences() function in Catch::ListeningReporter