Searched refs:testGroupStats (Results 1 – 1 of 1) sorted by relevance
5619 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) = 0;5866 void testGroupEnded(TestGroupStats const& testGroupStats) override { in testGroupEnded()5867 auto node = std::make_shared<TestGroupNode>(testGroupStats); in testGroupEnded()6280 void testGroupEnded(TestGroupStats const& testGroupStats) override;6341 void testGroupEnded(TestGroupStats const& testGroupStats) override;10887 void testGroupEnded( TestGroupStats const& testGroupStats ) override;16546 void JunitReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument16548 CumulativeReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()16850 void ListeningReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument16852 listener->testGroupEnded( testGroupStats ); in testGroupEnded()[all …]