/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.h | 47 void testCaseEnded(TestCaseStats const& testCaseStats) override;
|
D | catch_reporter_junit.h | 34 void testCaseEnded(TestCaseStats const& testCaseStats) override;
|
D | catch_reporter_xml.cpp | 187 void XmlReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() function in Catch::XmlReporter 188 StreamingReporterBase::testCaseEnded( testCaseStats ); in testCaseEnded()
|
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_junit.cpp | 99 void JunitReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() function in Catch::JunitReporter 102 CumulativeReporterBase::testCaseEnded( testCaseStats ); in testCaseEnded()
|
D | catch_reporter_bases.hpp | 72 void testCaseEnded(TestCaseStats const& /* _testCaseStats */) override { in testCaseEnded() function 217 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 | 5053 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) = 0; 5144 void testCaseEnded(TestCaseStats const& /* _testCaseStats */) override { in testCaseEnded() function 5288 void testCaseEnded(TestCaseStats const& testCaseStats) override { in testCaseEnded() function 5539 void testCaseEnded(TestCaseStats const& _testCaseStats) override; 5692 void testCaseEnded(TestCaseStats const& testCaseStats) override; 5753 void testCaseEnded(TestCaseStats const& testCaseStats) override; 8928 void testCaseEnded( TestCaseStats const& testCaseStats ) override; 10381 m_reporter->testCaseEnded(TestCaseStats(testInfo, in runTest() 10550 m_reporter->testCaseEnded(TestCaseStats(testInfo, in handleFatalErrorCondition() 13778 void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { in testCaseEnded() function in Catch::ConsoleReporter [all …]
|
/external/catch2/docs/ |
D | event-listeners.md | 36 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 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 …]
|