Home
last modified time | relevance | path

Searched refs:Reporters (Results 1 – 9 of 9) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_listening.h15 using Reporters = std::vector<IStreamingReporterPtr>; variable
16 Reporters m_listeners;
/external/catch2/docs/
DReadme.md13 * [Reporters](reporters.md#top)
Devent-listeners.md6 `Listeners` are actually types of `Reporters`, with a few small differences:
Dreporters.md2 # Reporters chapter
Dconfiguration.md35 …arts of Catch that are required for user defined Reporters and Listeners. This means that new Repo…
Drelease-notes.md227 * Reporters now have a new customization point, `ReporterPreferences::shouldReportAllAssertions`
400 * Reporters will now be versioned in the `single_include` folder to ensure their compatibility with…
438 * Reporters and Listeners can be defined in files different from the main file
461 * Reporters are not registered
463 * Reporters/Listeners are now notified of fatal errors
/external/catch2/projects/XCode/OCTest/
Dcatch_objc_impl.mm63 // Reporters
/external/bcc/tests/cc/
Dcatch.hpp8394 typedef std::vector<Ptr<IStreamingReporter> > Reporters; typedef in Catch::MultipleReporters
8395 Reporters m_reporters;
8409 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); in noMatchingTestCases()
8416 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); in testRunStarting()
8423 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); in testGroupStarting()
8430 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); in testCaseStarting()
8437 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); in sectionStarting()
8444 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); in assertionStarting()
8453 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); in assertionEnded()
8461 for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); in sectionEnded()
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp8870 using Reporters = std::vector<IStreamingReporterPtr>; typedef in Catch::ListeningReporter
8871 Reporters m_listeners;