Searched refs:_testRunStats (Results 1 – 9 of 9) sorted by relevance
53 void testRunEnded( TestRunStats const& _testRunStats ) override { in testRunEnded()54 printTotals( _testRunStats.totals ); in testRunEnded()56 StreamingReporterBase::testRunEnded( _testRunStats ); in testRunEnded()
283 void CompactReporter::testRunEnded( TestRunStats const& _testRunStats ) { in testRunEnded() argument284 printTotals( stream, _testRunStats.totals ); in testRunEnded()286 StreamingReporterBase::testRunEnded( _testRunStats ); in testRunEnded()
35 void testRunEnded(TestRunStats const& _testRunStats) override;
492 void ConsoleReporter::testRunEnded(TestRunStats const& _testRunStats) { in testRunEnded() argument493 printTotalsDivider(_testRunStats.totals); in testRunEnded()494 printTotals(_testRunStats.totals); in testRunEnded()496 StreamingReporterBase::testRunEnded(_testRunStats); in testRunEnded()
53 void testRunEnded(TestRunStats const& _testRunStats) override;
6089 void testRunEnded(TestRunStats const& _testRunStats) override;6137 void testRunEnded(TestRunStats const& _testRunStats) override;15787 void CompactReporter::testRunEnded( TestRunStats const& _testRunStats ) { in testRunEnded() argument15788 printTotals( stream, _testRunStats.totals ); in testRunEnded()15790 StreamingReporterBase::testRunEnded( _testRunStats ); in testRunEnded()16274 void ConsoleReporter::testRunEnded(TestRunStats const& _testRunStats) { in testRunEnded() argument16275 printTotalsDivider(_testRunStats.totals); in testRunEnded()16276 printTotals(_testRunStats.totals); in testRunEnded()16278 StreamingReporterBase::testRunEnded(_testRunStats); in testRunEnded()
9554 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()
6123 void testRunEnded(TestRunStats const& _testRunStats) override;6171 void testRunEnded(TestRunStats const& _testRunStats) override;16039 void CompactReporter::testRunEnded( TestRunStats const& _testRunStats ) { in testRunEnded() argument16040 printTotals( stream, _testRunStats.totals ); in testRunEnded()16042 StreamingReporterBase::testRunEnded( _testRunStats ); in testRunEnded()16527 void ConsoleReporter::testRunEnded(TestRunStats const& _testRunStats) { in testRunEnded() argument16528 printTotalsDivider(_testRunStats.totals); in testRunEnded()16529 printTotals(_testRunStats.totals); in testRunEnded()16531 StreamingReporterBase::testRunEnded(_testRunStats); in testRunEnded()