Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_tap.hpp53 void testRunEnded( TestRunStats const& _testRunStats ) override { in testRunEnded()
54 printTotals( _testRunStats.totals ); in testRunEnded()
56 StreamingReporterBase::testRunEnded( _testRunStats ); in testRunEnded()
Dcatch_reporter_compact.cpp283 void CompactReporter::testRunEnded( TestRunStats const& _testRunStats ) { in testRunEnded() argument
284 printTotals( stream, _testRunStats.totals ); in testRunEnded()
286 StreamingReporterBase::testRunEnded( _testRunStats ); in testRunEnded()
Dcatch_reporter_compact.h35 void testRunEnded(TestRunStats const& _testRunStats) override;
Dcatch_reporter_console.cpp492 void ConsoleReporter::testRunEnded(TestRunStats const& _testRunStats) { in testRunEnded() argument
493 printTotalsDivider(_testRunStats.totals); in testRunEnded()
494 printTotals(_testRunStats.totals); in testRunEnded()
496 StreamingReporterBase::testRunEnded(_testRunStats); in testRunEnded()
Dcatch_reporter_console.h53 void testRunEnded(TestRunStats const& _testRunStats) override;
/external/catch2/single_include/catch2/
Dcatch_reporter_tap.hpp53 void testRunEnded( TestRunStats const& _testRunStats ) override { in testRunEnded()
54 printTotals( _testRunStats.totals ); in testRunEnded()
56 StreamingReporterBase::testRunEnded( _testRunStats ); in testRunEnded()
Dcatch.hpp6089 void testRunEnded(TestRunStats const& _testRunStats) override;
6137 void testRunEnded(TestRunStats const& _testRunStats) override;
15787 void CompactReporter::testRunEnded( TestRunStats const& _testRunStats ) { in testRunEnded() argument
15788 printTotals( stream, _testRunStats.totals ); in testRunEnded()
15790 StreamingReporterBase::testRunEnded( _testRunStats ); in testRunEnded()
16274 void ConsoleReporter::testRunEnded(TestRunStats const& _testRunStats) { in testRunEnded() argument
16275 printTotalsDivider(_testRunStats.totals); in testRunEnded()
16276 printTotals(_testRunStats.totals); in testRunEnded()
16278 StreamingReporterBase::testRunEnded(_testRunStats); in testRunEnded()
/external/bcc/tests/cc/
Dcatch.hpp9554 virtual void testRunEnded( TestRunStats const& _testRunStats ) CATCH_OVERRIDE { in testRunEnded()
9555 printTotalsDivider( _testRunStats.totals ); in testRunEnded()
9556 printTotals( _testRunStats.totals ); in testRunEnded()
9558 StreamingReporterBase::testRunEnded( _testRunStats ); in testRunEnded()
9953 virtual void testRunEnded( TestRunStats const& _testRunStats ) { in testRunEnded()
9954 printTotals( _testRunStats.totals ); in testRunEnded()
9956 StreamingReporterBase::testRunEnded( _testRunStats ); in testRunEnded()
/external/libabigail/tests/lib/
Dcatch.hpp6123 void testRunEnded(TestRunStats const& _testRunStats) override;
6171 void testRunEnded(TestRunStats const& _testRunStats) override;
16039 void CompactReporter::testRunEnded( TestRunStats const& _testRunStats ) { in testRunEnded() argument
16040 printTotals( stream, _testRunStats.totals ); in testRunEnded()
16042 StreamingReporterBase::testRunEnded( _testRunStats ); in testRunEnded()
16527 void ConsoleReporter::testRunEnded(TestRunStats const& _testRunStats) { in testRunEnded() argument
16528 printTotalsDivider(_testRunStats.totals); in testRunEnded()
16529 printTotals(_testRunStats.totals); in testRunEnded()
16531 StreamingReporterBase::testRunEnded(_testRunStats); in testRunEnded()