Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5740 struct CumulativeReporterBase : IStreamingReporter { struct
5742 struct Node {
5750 struct SectionNode {
5770 struct BySectionInfo {
5783 using TestCaseNode = Node<TestCaseStats, SectionNode>;
5784 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;
5785 using TestRunNode = Node<TestRunStats, TestGroupNode>;
5787 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() argument
5797 ReporterPreferences getPreferences() const override { in getPreferences()
5801 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities()
[all …]