Searched refs:shouldReportAllAssertions (Results 1 – 10 of 10) sorted by relevance
16 m_preferences.shouldReportAllAssertions = true; in ListeningReporter()
28 m_reporterPrefs.shouldReportAllAssertions = true; in SonarQubeReporter()
66 m_reporterPrefs.shouldReportAllAssertions = true; in JunitReporter()
27 m_reporterPrefs.shouldReportAllAssertions = true; in XmlReporter()
5452 bool shouldReportAllAssertions = false; member12517 …s( m_config->includeSuccessfulResults() || m_reporter->getPreferences().shouldReportAllAssertions )16533 m_reporterPrefs.shouldReportAllAssertions = true; in JunitReporter()16753 m_preferences.shouldReportAllAssertions = true; in ListeningReporter()16915 m_reporterPrefs.shouldReportAllAssertions = true; in XmlReporter()
51 bool shouldReportAllAssertions = false; member
76 …s( m_config->includeSuccessfulResults() || m_reporter->getPreferences().shouldReportAllAssertions )
5485 bool shouldReportAllAssertions = false; member12660 …s( m_config->includeSuccessfulResults() || m_reporter->getPreferences().shouldReportAllAssertions )16786 m_reporterPrefs.shouldReportAllAssertions = true; in JunitReporter()17011 m_preferences.shouldReportAllAssertions = true; in ListeningReporter()17173 m_reporterPrefs.shouldReportAllAssertions = true; in XmlReporter()
477 * Reporters now have a new customization point, `ReporterPreferences::shouldReportAllAssertions`