Lines Matching refs:TestRunStats
5210 struct TestRunStats { struct
5211 TestRunStats( TestRunInfo const& _runInfo, in TestRunStats() argument
5218 virtual ~TestRunStats();
5221 TestRunStats( TestRunStats const& _other ) in TestRunStats() argument
5227 TestRunStats( TestRunStats const& ) = default;
5228 TestRunStats( TestRunStats && ) = default;
5229 TestRunStats& operator = ( TestRunStats const& ) = default;
5230 TestRunStats& operator = ( TestRunStats && ) = default;
5262 virtual void testRunEnded( TestRunStats const& testRunStats ) = 0;
5878 m_reporter->testRunEnded( TestRunStats( m_runInfo, m_totals, aborting() ) ); in ~RunContext()
6055 m_reporter->testRunEnded( TestRunStats( m_runInfo, m_totals, false ) ); in handleFatalErrorCondition()
7599 virtual void testRunEnded( TestRunStats const& testRunStats );
7671 void LegacyReporterAdapter::testRunEnded( TestRunStats const& testRunStats ) { in testRunEnded()
8481 virtual void testRunEnded( TestRunStats const& testRunStats ) CATCH_OVERRIDE { in testRunEnded()
8569 virtual void testRunEnded( TestRunStats const& /* _testRunStats */ ) CATCH_OVERRIDE { in testRunEnded()
8634 typedef Node<TestRunStats, TestGroupNode> TestRunNode;
8708 virtual void testRunEnded( TestRunStats const& testRunStats ) CATCH_OVERRIDE { in testRunEnded()
9244 virtual void testRunEnded( TestRunStats const& testRunStats ) CATCH_OVERRIDE { in testRunEnded()
9554 virtual void testRunEnded( TestRunStats const& _testRunStats ) CATCH_OVERRIDE { in testRunEnded()
9953 virtual void testRunEnded( TestRunStats const& _testRunStats ) { in testRunEnded()
10218 TestRunStats::~TestRunStats() {} in ~TestRunStats()