Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_listening.cpp109 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()
Dcatch_reporter_automake.hpp34 void testCaseEnded( TestCaseStats const& _testCaseStats ) override { in testCaseEnded() function
45 StreamingReporterBase::testCaseEnded( _testCaseStats ); in testCaseEnded()
Dcatch_reporter_teamcity.hpp153 void testCaseEnded( TestCaseStats const& testCaseStats ) override { in testCaseEnded() function
154 StreamingReporterBase::testCaseEnded( testCaseStats ); in testCaseEnded()
Dcatch_reporter_xml.cpp185 void XmlReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() function in Catch::XmlReporter
186 StreamingReporterBase::testCaseEnded( testCaseStats ); in testCaseEnded()
Dcatch_reporter_xml.h47 void testCaseEnded(TestCaseStats const& testCaseStats) override;
Dcatch_reporter_junit.cpp106 void JunitReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded() function in Catch::JunitReporter
109 CumulativeReporterBase::testCaseEnded( testCaseStats ); in testCaseEnded()
Dcatch_reporter_junit.h34 void testCaseEnded(TestCaseStats const& testCaseStats) override;
Dcatch_reporter_listening.h46 void testCaseEnded( TestCaseStats const& testCaseStats ) override;
Dcatch_reporter_console.h46 void testCaseEnded(TestCaseStats const& _testCaseStats) override;
Dcatch_reporter_bases.hpp69 void testCaseEnded(TestCaseStats const& /* _testCaseStats */) override { in testCaseEnded() function
214 void testCaseEnded(TestCaseStats const& testCaseStats) override { in testCaseEnded() function
Dcatch_reporter_console.cpp424 void ConsoleReporter::testCaseEnded(TestCaseStats const& _testCaseStats) { in testCaseEnded() function in Catch::ConsoleReporter
426 StreamingReporterBase::testCaseEnded(_testCaseStats); in testCaseEnded()
/external/catch2/single_include/catch2/
Dcatch_reporter_automake.hpp34 void testCaseEnded( TestCaseStats const& _testCaseStats ) override { in testCaseEnded() function
45 StreamingReporterBase::testCaseEnded( _testCaseStats ); in testCaseEnded()
Dcatch_reporter_teamcity.hpp153 void testCaseEnded( TestCaseStats const& testCaseStats ) override { in testCaseEnded() function
154 StreamingReporterBase::testCaseEnded( testCaseStats ); in testCaseEnded()
Dcatch.hpp5038 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/
Devent-listeners.md36 virtual void testCaseEnded( Catch::TestCaseStats const& testCaseStats ) override {
56 virtual void testCaseEnded( TestCaseStats const& testCaseStats );
/external/catch2/include/internal/
Dcatch_run_context.cpp125 m_reporter->testCaseEnded(TestCaseStats(testInfo, in runTest()
294 m_reporter->testCaseEnded(TestCaseStats(testInfo, in handleFatalErrorCondition()
Dcatch_interfaces_reporter.h200 virtual void testCaseEnded( TestCaseStats const& testCaseStats ) = 0;
/external/catch2/examples/
D210-Evt-EventListeners.cpp340 virtual void testCaseEnded( Catch::TestCaseStats const& testCaseStats ) override { in testCaseEnded() function
/external/bcc/tests/cc/
Dcatch.hpp5260 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 …]