/external/catch2/include/reporters/ |
D | catch_reporter_listening.cpp | 109 void ListeningReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() function in Catch::ListeningReporter 111 listener->testCaseEnded( testCaseStats ); in testCaseEnded() 113 m_reporter->testCaseEnded( testCaseStats ); in testCaseEnded()
|
D | catch_reporter_automake.hpp | 34 void testCaseEnded( TestCaseStats const& _testCaseStats ) override { in testCaseEnded() function 45 StreamingReporterBase::testCaseEnded( _testCaseStats ); in testCaseEnded()
|
D | catch_reporter_teamcity.hpp | 153 void testCaseEnded( TestCaseStats const& testCaseStats ) override { in testCaseEnded() function 154 StreamingReporterBase::testCaseEnded( testCaseStats ); in testCaseEnded()
|
D | catch_reporter_xml.cpp | 185 void XmlReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() function in Catch::XmlReporter 186 StreamingReporterBase::testCaseEnded( testCaseStats ); in testCaseEnded()
|
D | catch_reporter_xml.h | 47 void testCaseEnded(TestCaseStats const& testCaseStats) override;
|
D | catch_reporter_junit.cpp | 106 void JunitReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() function in Catch::JunitReporter 109 CumulativeReporterBase::testCaseEnded( testCaseStats ); in testCaseEnded()
|
D | catch_reporter_junit.h | 34 void testCaseEnded(TestCaseStats const& testCaseStats) override;
|
D | catch_reporter_listening.h | 46 void testCaseEnded( TestCaseStats const& testCaseStats ) override;
|
D | catch_reporter_console.h | 46 void testCaseEnded(TestCaseStats const& _testCaseStats) override;
|
D | catch_reporter_bases.hpp | 69 void testCaseEnded(TestCaseStats const& /* _testCaseStats */) override { in testCaseEnded() function 214 void testCaseEnded(TestCaseStats const& testCaseStats) override { in testCaseEnded() function
|
D | catch_reporter_console.cpp | 424 void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { in testCaseEnded() function in Catch::ConsoleReporter 426 StreamingReporterBase::testCaseEnded(_testCaseStats); in testCaseEnded()
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_automake.hpp | 34 void testCaseEnded( TestCaseStats const& _testCaseStats ) override { in testCaseEnded() function 45 StreamingReporterBase::testCaseEnded( _testCaseStats ); in testCaseEnded()
|
D | catch_reporter_teamcity.hpp | 153 void testCaseEnded( TestCaseStats const& testCaseStats ) override { in testCaseEnded() function 154 StreamingReporterBase::testCaseEnded( testCaseStats ); in testCaseEnded()
|
D | catch.hpp | 5038 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) = 0; 5126 void testCaseEnded(TestCaseStats const& /* _testCaseStats */) override { in testCaseEnded() function 5270 void testCaseEnded(TestCaseStats const& testCaseStats) override { in testCaseEnded() function 5521 void testCaseEnded(TestCaseStats const& _testCaseStats) override; 5673 void testCaseEnded(TestCaseStats const& testCaseStats) override; 5734 void testCaseEnded(TestCaseStats const& testCaseStats) override; 8901 void testCaseEnded( TestCaseStats const& testCaseStats ) override; 10354 m_reporter->testCaseEnded(TestCaseStats(testInfo, in runTest() 10523 m_reporter->testCaseEnded(TestCaseStats(testInfo, in handleFatalErrorCondition() 13729 void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { in testCaseEnded() function in Catch::ConsoleReporter [all …]
|
/external/catch2/docs/ |
D | event-listeners.md | 36 virtual void testCaseEnded( Catch::TestCaseStats const& testCaseStats ) override { 56 virtual void testCaseEnded( TestCaseStats const& testCaseStats );
|
/external/catch2/include/internal/ |
D | catch_run_context.cpp | 125 m_reporter->testCaseEnded(TestCaseStats(testInfo, in runTest() 294 m_reporter->testCaseEnded(TestCaseStats(testInfo, in handleFatalErrorCondition()
|
D | catch_interfaces_reporter.h | 200 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) = 0;
|
/external/catch2/examples/ |
D | 210-Evt-EventListeners.cpp | 340 virtual void testCaseEnded( Catch::TestCaseStats const& testCaseStats ) override { in testCaseEnded() function
|
/external/bcc/tests/cc/ |
D | catch.hpp | 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() function in Catch::LegacyReporterAdapter 8467 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { in testCaseEnded() function in Catch::MultipleReporters 8471 (*it)->testCaseEnded( testCaseStats ); in testCaseEnded() 8563 virtual void testCaseEnded( TestCaseStats const& /* _testCaseStats */ ) CATCH_OVERRIDE { in testCaseEnded() function 8692 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { in testCaseEnded() function 9223 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { in testCaseEnded() function in Catch::XmlReporter [all …]
|