Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp101 struct CumulativeReporterBase : IStreamingReporter { struct
103 struct Node {
111 struct SectionNode {
131 struct BySectionInfo {
145 using TestCaseNode = Node<TestCaseStats, SectionNode>;
146 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;
147 using TestRunNode = Node<TestRunStats, TestGroupNode>;
149 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() function
159 ReporterPreferences getPreferences() const override { in getPreferences()
163 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() function
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.hpp5173 struct CumulativeReporterBase : IStreamingReporter { struct
5175 struct Node {
5183 struct SectionNode {
5203 struct BySectionInfo {
5216 using TestCaseNode = Node<TestCaseStats, SectionNode>;
5217 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;
5218 using TestRunNode = Node<TestRunStats, TestGroupNode>;
5220 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() argument
5230 ReporterPreferences getPreferences() const override { in getPreferences()
5234 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities()
[all …]