Searched refs:Reporters (Results 1 – 9 of 9) sorted by relevance
/external/catch2/include/reporters/ |
D | catch_reporter_listening.h | 15 using Reporters = std::vector<IStreamingReporterPtr>; variable 16 Reporters m_listeners;
|
/external/catch2/docs/ |
D | Readme.md | 13 * [Reporters](reporters.md#top)
|
D | event-listeners.md | 6 `Listeners` are actually types of `Reporters`, with a few small differences:
|
D | reporters.md | 2 # Reporters chapter
|
D | configuration.md | 35 …arts of Catch that are required for user defined Reporters and Listeners. This means that new Repo…
|
D | release-notes.md | 227 * 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/ |
D | catch_objc_impl.mm | 63 // Reporters
|
/external/bcc/tests/cc/ |
D | catch.hpp | 8394 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/ |
D | catch.hpp | 8870 using Reporters = std::vector<IStreamingReporterPtr>; typedef in Catch::ListeningReporter 8871 Reporters m_listeners;
|