Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5668 struct StreamingReporterBase : IStreamingReporter { struct
5670 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() argument
5679 ReporterPreferences getPreferences() const override { in getPreferences()
5683 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities()
5689 void noMatchingTestCases(std::string const&) override {} in noMatchingTestCases()
5691 void reportInvalidArguments(std::string const&) override {} in reportInvalidArguments()
5693 void testRunStarting(TestRunInfo const& _testRunInfo) override { in testRunStarting()
5697 void testGroupStarting(GroupInfo const& _groupInfo) override { in testGroupStarting()
5701 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting()
5704 void sectionStarting(SectionInfo const& _sectionInfo) override { in sectionStarting()
[all …]