Searched refs:testRunStats (Results 1 – 10 of 10) sorted by relevance
211 void XmlReporter::testRunEnded( TestRunStats const& testRunStats ) { in testRunEnded() argument212 StreamingReporterBase::testRunEnded( testRunStats ); in testRunEnded()214 .writeAttribute( "successes", testRunStats.totals.assertions.passed ) in testRunEnded()215 .writeAttribute( "failures", testRunStats.totals.assertions.failed ) in testRunEnded()216 .writeAttribute( "expectedFailures", testRunStats.totals.assertions.failedButOk ); in testRunEnded()
123 void ListeningReporter::testRunEnded( TestRunStats const& testRunStats ) { in testRunEnded() argument125 listener->testRunEnded( testRunStats ); in testRunEnded()127 m_reporter->testRunEnded( testRunStats ); in testRunEnded()
51 void testRunEnded(TestRunStats const& testRunStats) override;
48 void testRunEnded( TestRunStats const& testRunStats ) override;
230 void testRunEnded(TestRunStats const& testRunStats) override { in testRunEnded()231 auto node = std::make_shared<TestRunNode>(testRunStats); in testRunEnded()
316 virtual void testRunEnded( Catch::TestRunStats const& testRunStats ) override { in testRunEnded()320 print( std::cout, 1, "- testRunStats", testRunStats ); in testRunEnded()
202 virtual void testRunEnded( TestRunStats const& testRunStats ) = 0;
52 virtual void testRunEnded( TestRunStats const& testRunStats );
5262 virtual void testRunEnded( TestRunStats const& testRunStats ) = 0;7599 virtual void testRunEnded( TestRunStats const& testRunStats );7671 void LegacyReporterAdapter::testRunEnded( TestRunStats const& testRunStats ) { in testRunEnded() argument7672 m_legacyReporter->EndTesting( testRunStats.totals ); in testRunEnded()8481 virtual void testRunEnded( TestRunStats const& testRunStats ) CATCH_OVERRIDE { in testRunEnded() argument8485 (*it)->testRunEnded( testRunStats ); in testRunEnded()8708 virtual void testRunEnded( TestRunStats const& testRunStats ) CATCH_OVERRIDE { in testRunEnded()8709 Ptr<TestRunNode> node = new TestRunNode( testRunStats ); in testRunEnded()9244 virtual void testRunEnded( TestRunStats const& testRunStats ) CATCH_OVERRIDE { in testRunEnded() argument9245 StreamingReporterBase::testRunEnded( testRunStats ); in testRunEnded()[all …]
5040 virtual void testRunEnded( TestRunStats const& testRunStats ) = 0;5286 void testRunEnded(TestRunStats const& testRunStats) override { in testRunEnded()5287 auto node = std::make_shared<TestRunNode>(testRunStats); in testRunEnded()5738 void testRunEnded(TestRunStats const& testRunStats) override;8903 void testRunEnded( TestRunStats const& testRunStats ) override;14294 void ListeningReporter::testRunEnded( TestRunStats const& testRunStats ) { in testRunEnded() argument14296 listener->testRunEnded( testRunStats ); in testRunEnded()14298 m_reporter->testRunEnded( testRunStats ); in testRunEnded()14512 void XmlReporter::testRunEnded( TestRunStats const& testRunStats ) { in testRunEnded() argument14513 StreamingReporterBase::testRunEnded( testRunStats ); in testRunEnded()[all …]