Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_console.cpp483 void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) { in testGroupEnded() argument
486 stream << "Summary for group '" << _testGroupStats.groupInfo.name << "':\n"; in testGroupEnded()
487 printTotals(_testGroupStats.totals); in testGroupEnded()
490 StreamingReporterBase::testGroupEnded(_testGroupStats); in testGroupEnded()
Dcatch_reporter_console.h52 void testGroupEnded(TestGroupStats const& _testGroupStats) override;
/external/bcc/tests/cc/
Dcatch.hpp9545 virtual void testGroupEnded( TestGroupStats const& _testGroupStats ) CATCH_OVERRIDE { in testGroupEnded()
9548 stream << "Summary for group '" << _testGroupStats.groupInfo.name << "':\n"; in testGroupEnded()
9549 printTotals( _testGroupStats.totals ); in testGroupEnded()
9552 StreamingReporterBase::testGroupEnded( _testGroupStats ); in testGroupEnded()
/external/catch2/single_include/catch2/
Dcatch.hpp6136 void testGroupEnded(TestGroupStats const& _testGroupStats) override;
16265 void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) { in testGroupEnded() argument
16268 stream << "Summary for group '" << _testGroupStats.groupInfo.name << "':\n"; in testGroupEnded()
16269 printTotals(_testGroupStats.totals); in testGroupEnded()
16272 StreamingReporterBase::testGroupEnded(_testGroupStats); in testGroupEnded()
/external/libabigail/tests/lib/
Dcatch.hpp6170 void testGroupEnded(TestGroupStats const& _testGroupStats) override;
16518 void ConsoleReporter::testGroupEnded(TestGroupStats const& _testGroupStats) { in testGroupEnded() argument
16521 stream << "Summary for group '" << _testGroupStats.groupInfo.name << "':\n"; in testGroupEnded()
16522 printTotals(_testGroupStats.totals); in testGroupEnded()
16525 StreamingReporterBase::testGroupEnded(_testGroupStats); in testGroupEnded()