Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_listening.cpp16 m_preferences.shouldReportAllAssertions = true; in ListeningReporter()
Dcatch_reporter_sonarqube.hpp28 m_reporterPrefs.shouldReportAllAssertions = true; in SonarQubeReporter()
Dcatch_reporter_junit.cpp66 m_reporterPrefs.shouldReportAllAssertions = true; in JunitReporter()
Dcatch_reporter_xml.cpp27 m_reporterPrefs.shouldReportAllAssertions = true; in XmlReporter()
/external/catch2/single_include/catch2/
Dcatch_reporter_sonarqube.hpp28 m_reporterPrefs.shouldReportAllAssertions = true; in SonarQubeReporter()
Dcatch.hpp5452 bool shouldReportAllAssertions = false; member
12517 …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()
/external/catch2/include/internal/
Dcatch_interfaces_reporter.h51 bool shouldReportAllAssertions = false; member
Dcatch_run_context.cpp76 …s( m_config->includeSuccessfulResults() || m_reporter->getPreferences().shouldReportAllAssertions )
/external/libabigail/tests/lib/
Dcatch.hpp5485 bool shouldReportAllAssertions = false; member
12660 …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()
/external/catch2/docs/
Drelease-notes.md477 * Reporters now have a new customization point, `ReporterPreferences::shouldReportAllAssertions`