Searched refs:TestCaseStats (Results 1 – 1 of 1) sorted by relevance
5182 struct TestCaseStats { struct5183 TestCaseStats( TestCaseInfo const& _testInfo, in TestCaseStats() function5194 virtual ~TestCaseStats();5197 TestCaseStats( TestCaseStats const& ) = default;5198 TestCaseStats( TestCaseStats && ) = default;5199 TestCaseStats& operator = ( TestCaseStats const& ) = default;5200 TestCaseStats& operator = ( TestCaseStats && ) = default;5288 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) = 0;5963 m_reporter->testCaseEnded( TestCaseStats( testInfo, in runTest()6092 m_reporter->testCaseEnded( TestCaseStats( testInfo, in handleFatalErrorCondition()[all …]