Home
last modified time | relevance | path

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

/third_party/libabigail/tests/lib/
Dcatch.hpp5737 struct StreamingReporterBase : IStreamingReporter { struct
5739 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() argument
5748 ReporterPreferences getPreferences() const override { in getPreferences()
5752 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities()
5758 void noMatchingTestCases(std::string const&) override {} in noMatchingTestCases()
5760 void reportInvalidArguments(std::string const&) override {} in reportInvalidArguments()
5762 void testRunStarting(TestRunInfo const& _testRunInfo) override { in testRunStarting()
5766 void testGroupStarting(GroupInfo const& _groupInfo) override { in testGroupStarting()
5770 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting()
5773 void sectionStarting(SectionInfo const& _sectionInfo) override { in sectionStarting()
[all …]