Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp98 struct CumulativeReporterBase : IStreamingReporter { struct
100 struct Node {
108 struct SectionNode {
128 struct BySectionInfo {
142 using TestCaseNode = Node<TestCaseStats, SectionNode>;
143 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;
144 using TestRunNode = Node<TestRunStats, TestGroupNode>;
146 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() argument
156 ReporterPreferences getPreferences() const override { in getPreferences()
160 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.hpp5155 struct CumulativeReporterBase : IStreamingReporter { struct
5157 struct Node {
5165 struct SectionNode {
5185 struct BySectionInfo {
5198 using TestCaseNode = Node<TestCaseStats, SectionNode>;
5199 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;
5200 using TestRunNode = Node<TestRunStats, TestGroupNode>;
5202 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() function
5212 ReporterPreferences getPreferences() const override { in getPreferences()
5216 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities()
[all …]