Home
last modified time | relevance | path

Searched refs:CompactReporter (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6050 struct CompactReporter : StreamingReporterBase<CompactReporter> { struct
6054 ~CompactReporter() override;
15719 std::string CompactReporter::getDescription() { in getDescription()
15723 ReporterPreferences CompactReporter::getPreferences() const { in getPreferences()
15727 void CompactReporter::noMatchingTestCases( std::string const& spec ) { in noMatchingTestCases()
15731 void CompactReporter::assertionStarting( AssertionInfo const& ) {} in assertionStarting()
15733 bool CompactReporter::assertionEnded( AssertionStats const& _assertionStats ) { in assertionEnded()
15752 void CompactReporter::sectionEnded(SectionStats const& _sectionStats) { in sectionEnded()
15758 void CompactReporter::testRunEnded( TestRunStats const& _testRunStats ) { in testRunEnded()
15764 CompactReporter::~CompactReporter() {} in ~CompactReporter()
[all …]