• Home
  • Raw
  • Download

Lines Matching refs:testGroupStats

5261         virtual void testGroupEnded( TestGroupStats const& testGroupStats ) = 0;
7598 virtual void testGroupEnded( TestGroupStats const& testGroupStats );
7666 void LegacyReporterAdapter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument
7667 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() argument
8478 (*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
9235 StreamingReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
9238 .writeAttribute( "successes", testGroupStats.totals.assertions.passed ) in testGroupEnded()
9239 .writeAttribute( "failures", testGroupStats.totals.assertions.failed ) in testGroupEnded()
9240 .writeAttribute( "expectedFailures", testGroupStats.totals.assertions.failedButOk ); in testGroupEnded()
9312 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded() argument
9314 CumulativeReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()