Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_listening.cpp16 m_preferences.shouldReportAllAssertions = true; in ListeningReporter()
Dcatch_reporter_xml.cpp27 m_reporterPrefs.shouldReportAllAssertions = true; in XmlReporter()
Dcatch_reporter_junit.cpp65 m_reporterPrefs.shouldReportAllAssertions = true; in JunitReporter()
/external/catch2/include/internal/
Dcatch_interfaces_reporter.h45 bool shouldReportAllAssertions = false; member
Dcatch_run_context.cpp76 …s( m_config->includeSuccessfulResults() || m_reporter->getPreferences().shouldReportAllAssertions )
/external/catch2/single_include/catch2/
Dcatch.hpp4883 bool shouldReportAllAssertions = false; member
10306 …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()
/external/catch2/docs/
Drelease-notes.md227 * Reporters now have a new customization point, `ReporterPreferences::shouldReportAllAssertions`