Home
last modified time | relevance | path

Searched defs:CumulativeReporterBase (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp103 struct CumulativeReporterBase : IStreamingReporter { struct
105 struct Node {
113 struct SectionNode {
133 struct BySectionInfo {
147 using TestCaseNode = Node<TestCaseStats, SectionNode>;
148 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;
149 using TestRunNode = Node<TestRunStats, TestGroupNode>;
151 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() function
161 ReporterPreferences getPreferences() const override { in getPreferences()
165 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities()
[all …]
/external/bcc/tests/cc/
Dcatch.hpp8591 struct CumulativeReporterBase : SharedImpl<IStreamingReporter> { struct
8593 struct Node : SharedImpl<> {
8601 struct SectionNode : SharedImpl<> {
8621 struct BySectionInfo {
8632 typedef Node<TestCaseStats, SectionNode> TestCaseNode;
8633 typedef Node<TestGroupStats, TestCaseNode> TestGroupNode;
8634 typedef Node<TestRunStats, TestGroupNode> TestRunNode;
8636 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() argument
8644 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences()
8648 virtual void testRunStarting( TestRunInfo const& ) CATCH_OVERRIDE {} in testRunStarting()
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp5761 struct CumulativeReporterBase : IStreamingReporter { struct
5763 struct Node {
5771 struct SectionNode {
5791 struct BySectionInfo {
5804 using TestCaseNode = Node<TestCaseStats, SectionNode>;
5805 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;
5806 using TestRunNode = Node<TestRunStats, TestGroupNode>;
5808 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() argument
5818 ReporterPreferences getPreferences() const override { in getPreferences()
5822 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities()
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp5797 struct CumulativeReporterBase : IStreamingReporter { struct
5799 struct Node {
5807 struct SectionNode {
5827 struct BySectionInfo {
5840 using TestCaseNode = Node<TestCaseStats, SectionNode>;
5841 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;
5842 using TestRunNode = Node<TestRunStats, TestGroupNode>;
5844 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() function
5854 ReporterPreferences getPreferences() const override { in getPreferences()
5858 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities()
[all …]