Searched refs:shouldReportAllAssertions (Results 1 – 7 of 7) sorted by relevance
16 m_preferences.shouldReportAllAssertions = true; in ListeningReporter()
27 m_reporterPrefs.shouldReportAllAssertions = true; in XmlReporter()
65 m_reporterPrefs.shouldReportAllAssertions = true; in JunitReporter()
45 bool shouldReportAllAssertions = false; member
76 …s( m_config->includeSuccessfulResults() || m_reporter->getPreferences().shouldReportAllAssertions )
4883 bool shouldReportAllAssertions = false; member10306 …s( m_config->includeSuccessfulResults() || m_reporter->getPreferences().shouldReportAllAssertions )13989 m_reporterPrefs.shouldReportAllAssertions = true; in JunitReporter()14189 m_preferences.shouldReportAllAssertions = true; in ListeningReporter()14329 m_reporterPrefs.shouldReportAllAssertions = true; in XmlReporter()
227 * Reporters now have a new customization point, `ReporterPreferences::shouldReportAllAssertions`