Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/tools/catch/
Dcatch.hpp5288 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) = 0;
5963 m_reporter->testCaseEnded( TestCaseStats( testInfo, in runTest()
6092 m_reporter->testCaseEnded( TestCaseStats( testInfo, in handleFatalErrorCondition()
7656 virtual void testCaseEnded( TestCaseStats const& testCaseStats );
7718 void LegacyReporterAdapter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() function in Catch::LegacyReporterAdapter
8526 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { in testCaseEnded() function in Catch::MultipleReporters
8530 (*it)->testCaseEnded( testCaseStats ); in testCaseEnded()
8627 virtual void testCaseEnded( TestCaseStats const& /* _testCaseStats */ ) CATCH_OVERRIDE { in testCaseEnded() function
8756 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { in testCaseEnded() function
9287 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { in testCaseEnded() function in Catch::XmlReporter
[all …]