Home
last modified time | relevance | path

Searched refs:testGroupStats (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.5.0/tools/catch/
Dcatch.hpp5289 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) = 0;
7657 virtual void testGroupEnded( TestGroupStats const& testGroupStats );
7725 void LegacyReporterAdapter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded() argument
7726 if( testGroupStats.aborting ) in testGroupEnded()
7728 m_legacyReporter->EndGroup( testGroupStats.groupInfo.name, testGroupStats.totals ); in testGroupEnded()
8533 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded() argument
8537 (*it)->testGroupEnded( testGroupStats ); in testGroupEnded()
8767 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded()
8768 Ptr<TestGroupNode> node = new TestGroupNode( testGroupStats ); in testGroupEnded()
9298 virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { in testGroupEnded() argument
[all …]