Searched refs:testGroupStats (Results 1 – 12 of 12) sorted by relevance
201 void XmlReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument202 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()205 .writeAttribute( "successes", testGroupStats.totals.assertions.passed ) in testGroupEnded()206 .writeAttribute( "failures", testGroupStats.totals.assertions.failed ) in testGroupEnded()207 .writeAttribute( "expectedFailures", testGroupStats.totals.assertions.failedButOk ); in testGroupEnded()
116 void ListeningReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument118 listener->testGroupEnded( testGroupStats ); in testGroupEnded()120 m_reporter->testGroupEnded( testGroupStats ); in testGroupEnded()
59 void testGroupEnded( TestGroupStats const& testGroupStats ) override { in testGroupEnded()60 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()62 << escape( testGroupStats.groupInfo.name ) << "']\n"; in testGroupEnded()
49 void testGroupEnded(TestGroupStats const& testGroupStats) override;
112 void JunitReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument114 CumulativeReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
36 void testGroupEnded(TestGroupStats const& testGroupStats) override;
47 void testGroupEnded( TestGroupStats const& testGroupStats ) override;
225 void testGroupEnded(TestGroupStats const& testGroupStats) override { in testGroupEnded()226 auto node = std::make_shared<TestGroupNode>(testGroupStats); in testGroupEnded()
5039 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) = 0;5281 void testGroupEnded(TestGroupStats const& testGroupStats) override { in testGroupEnded()5282 auto node = std::make_shared<TestGroupNode>(testGroupStats); in testGroupEnded()5675 void testGroupEnded(TestGroupStats const& testGroupStats) override;5736 void testGroupEnded(TestGroupStats const& testGroupStats) override;8902 void testGroupEnded( TestGroupStats const& testGroupStats ) override;14036 void JunitReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument14038 CumulativeReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()14287 void ListeningReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument14289 listener->testGroupEnded( testGroupStats ); in testGroupEnded()[all …]
201 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) = 0;
5261 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) = 0;7598 virtual void testGroupEnded( TestGroupStats const& testGroupStats );7666 void LegacyReporterAdapter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument7667 if( testGroupStats.aborting ) in testGroupEnded()7669 m_legacyReporter->EndGroup( testGroupStats.groupInfo.name, testGroupStats.totals ); in testGroupEnded()8474 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded() argument8478 (*it)->testGroupEnded( testGroupStats ); in testGroupEnded()8703 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded()8704 Ptr<TestGroupNode> node = new TestGroupNode( testGroupStats ); in testGroupEnded()9234 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded() argument[all …]