Lines Matching refs:TestCaseStats
5156 struct TestCaseStats { struct
5157 TestCaseStats( TestCaseInfo const& _testInfo, in TestCaseStats() argument
5168 virtual ~TestCaseStats();
5171 TestCaseStats( TestCaseStats const& ) = default;
5172 TestCaseStats( TestCaseStats && ) = default;
5173 TestCaseStats& operator = ( TestCaseStats const& ) = default;
5174 TestCaseStats& operator = ( TestCaseStats && ) = default;
5260 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) = 0;
5919 m_reporter->testCaseEnded( TestCaseStats( testInfo, in runTest()
6048 m_reporter->testCaseEnded( TestCaseStats( testInfo, in handleFatalErrorCondition()
7597 virtual void testCaseEnded( TestCaseStats const& testCaseStats );
7659 void LegacyReporterAdapter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded()
8467 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { in testCaseEnded()
8563 virtual void testCaseEnded( TestCaseStats const& /* _testCaseStats */ ) CATCH_OVERRIDE { in testCaseEnded()
8632 typedef Node<TestCaseStats, SectionNode> TestCaseNode;
8692 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { in testCaseEnded()
9223 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { in testCaseEnded()
9306 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { in testCaseEnded()
9348 TestCaseStats const& stats = testCaseNode.value; in writeTestCase()
9541 virtual void testCaseEnded( TestCaseStats const& _testCaseStats ) CATCH_OVERRIDE { in testCaseEnded()
10216 TestCaseStats::~TestCaseStats() {} in ~TestCaseStats()