Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/tools/catch/
Dcatch.hpp5288 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) = 0;
7656 virtual void testCaseEnded( TestCaseStats const& testCaseStats );
7718 void LegacyReporterAdapter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() argument
7720 ( testCaseStats.testInfo, in testCaseEnded()
7721 testCaseStats.totals, in testCaseEnded()
7722 testCaseStats.stdOut, in testCaseEnded()
7723 testCaseStats.stdErr ); in testCaseEnded()
8526 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { in testCaseEnded() argument
8530 (*it)->testCaseEnded( testCaseStats ); in testCaseEnded()
8756 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { in testCaseEnded()
[all …]