Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6115 void testGroupEnded(TestGroupStats const& _testGroupStats) override;
16240 void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) { in testGroupEnded() argument
16243 stream << "Summary for group '" << _testGroupStats.groupInfo.name << "':\n"; in testGroupEnded()
16244 printTotals(_testGroupStats.totals); in testGroupEnded()
16247 StreamingReporterBase::testGroupEnded(_testGroupStats); in testGroupEnded()