Home
last modified time | relevance | path

Searched refs:testRunEnded (Results 1 – 25 of 29) sorted by relevance

12

/external/catch2/include/reporters/
Dcatch_reporter_listening.cpp123 void ListeningReporter::testRunEnded( TestRunStats const& testRunStats ) { in testRunEnded() function in Catch::ListeningReporter
125 listener->testRunEnded( testRunStats ); in testRunEnded()
127 m_reporter->testRunEnded( testRunStats ); in testRunEnded()
Dcatch_reporter_tap.hpp53 void testRunEnded( TestRunStats const& _testRunStats ) override { in testRunEnded() function
56 StreamingReporterBase::testRunEnded( _testRunStats ); in testRunEnded()
Dcatch_reporter_compact.h35 void testRunEnded(TestRunStats const& _testRunStats) override;
Dcatch_reporter_xml.cpp211 void XmlReporter::testRunEnded( TestRunStats const& testRunStats ) { in testRunEnded() function in Catch::XmlReporter
212 StreamingReporterBase::testRunEnded( testRunStats ); in testRunEnded()
Dcatch_reporter_xml.h51 void testRunEnded(TestRunStats const& testRunStats) override;
Dcatch_reporter_compact.cpp282 void CompactReporter::testRunEnded( TestRunStats const& _testRunStats ) { in testRunEnded() function in Catch::CompactReporter
285 StreamingReporterBase::testRunEnded( _testRunStats ); in testRunEnded()
Dcatch_reporter_listening.h48 void testRunEnded( TestRunStats const& testRunStats ) override;
Dcatch_reporter_console.h48 void testRunEnded(TestRunStats const& _testRunStats) override;
Dcatch_reporter_bases.hpp75 void testRunEnded(TestRunStats const& /* _testRunStats */) override { in testRunEnded() function
230 void testRunEnded(TestRunStats const& testRunStats) override { in testRunEnded() function
Dcatch_reporter_console.cpp438 void ConsoleReporter::testRunEnded(TestRunStats const& _testRunStats) { in testRunEnded() function in Catch::ConsoleReporter
442 StreamingReporterBase::testRunEnded(_testRunStats); in testRunEnded()
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java262 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull()); in testGlesVersion()
401 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull()); in testResultCode()
559 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull()); in testRun_multipleTests()
653 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull()); in testFiltering()
796 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull()); in testRun_excludeAll()
902 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull()); in testRun_unexecutableTests()
949 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull()); in testRun_queryPmListFailure()
995 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull()); in testRun_queryRenderabilityFailure()
1108 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull()); in testOrientation()
1322 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull()); in testRun_unsupportedPixelFormat()
[all …]
/external/catch2/single_include/catch2/
Dcatch_reporter_tap.hpp53 void testRunEnded( TestRunStats const& _testRunStats ) override { in testRunEnded() function
56 StreamingReporterBase::testRunEnded( _testRunStats ); in testRunEnded()
Dcatch.hpp5040 virtual void testRunEnded( TestRunStats const& testRunStats ) = 0;
5132 void testRunEnded(TestRunStats const& /* _testRunStats */) override { in testRunEnded() function
5286 void testRunEnded(TestRunStats const& testRunStats) override { in testRunEnded() function
5481 void testRunEnded(TestRunStats const& _testRunStats) override;
5523 void testRunEnded(TestRunStats const& _testRunStats) override;
5738 void testRunEnded(TestRunStats const& testRunStats) override;
8903 void testRunEnded( TestRunStats const& testRunStats ) override;
10315 m_reporter->testRunEnded(TestRunStats(m_runInfo, m_totals, aborting())); in ~RunContext()
10530 m_reporter->testRunEnded(TestRunStats(m_runInfo, m_totals, false)); in handleFatalErrorCondition()
13310 void CompactReporter::testRunEnded( TestRunStats const& _testRunStats ) { in testRunEnded() function in Catch::CompactReporter
[all …]
/external/junit/src/main/java/junit/runner/
DTestRunListener.java16 public void testRunEnded(long elapsedTime); in testRunEnded() method
/external/catch2/include/internal/
Dcatch_run_context.cpp85 m_reporter->testRunEnded(TestRunStats(m_runInfo, m_totals, aborting())); in ~RunContext()
301 m_reporter->testRunEnded(TestRunStats(m_runInfo, m_totals, false)); in handleFatalErrorCondition()
Dcatch_interfaces_reporter.h202 virtual void testRunEnded( TestRunStats const& testRunStats ) = 0;
/external/catch2/docs/
Devent-listeners.md52 virtual void testRunEnded( TestRunStats const& testRunStats );
/external/catch2/examples/
D210-Evt-EventListeners.cpp316 virtual void testRunEnded( Catch::TestRunStats const& testRunStats ) override { in testRunEnded() function
/external/bcc/tests/cc/
Dcatch.hpp5262 virtual void testRunEnded( TestRunStats const& testRunStats ) = 0;
5878 m_reporter->testRunEnded( TestRunStats( m_runInfo, m_totals, aborting() ) ); in ~RunContext()
6055 m_reporter->testRunEnded( TestRunStats( m_runInfo, m_totals, false ) ); in handleFatalErrorCondition()
7599 virtual void testRunEnded( TestRunStats const& testRunStats );
7671 void LegacyReporterAdapter::testRunEnded( TestRunStats const& testRunStats ) { in testRunEnded() function in Catch::LegacyReporterAdapter
8481 virtual void testRunEnded( TestRunStats const& testRunStats ) CATCH_OVERRIDE { in testRunEnded() function in Catch::MultipleReporters
8485 (*it)->testRunEnded( testRunStats ); in testRunEnded()
8569 virtual void testRunEnded( TestRunStats const& /* _testRunStats */ ) CATCH_OVERRIDE { in testRunEnded() function
8708 virtual void testRunEnded( TestRunStats const& testRunStats ) CATCH_OVERRIDE { in testRunEnded() function
9244 virtual void testRunEnded( TestRunStats const& testRunStats ) CATCH_OVERRIDE { in testRunEnded() function in Catch::XmlReporter
[all …]
/external/autotest/server/cros/tradefed_test_unittest_data/
DCtsPrintTestCases.txt102 05-19 13:06:46 D/ModuleListener: ModuleListener.testRunEnded(0, {})
123 05-19 13:16:52 D/ModuleListener: ModuleListener.testRunEnded(0, {})
293 05-19 13:29:36 D/ModuleListener: ModuleListener.testRunEnded(755592, {})
DGtsPlacementTestCases.txt188 07-24 06:00:36 D/ModuleListener: ModuleListener.testRunEnded(553, {})
379 07-24 06:00:41 D/ModuleListener: ModuleListener.testRunEnded(551, {})
568 07-24 06:00:45 D/ModuleListener: ModuleListener.testRunEnded(585, {})
DCtsSecurityTestCases.txt119 03-13 22:31:06 D/ModuleListener: ModuleListener.testRunEnded(0, {})
DCtsAppTestCases-retry.txt275 03-26 16:22:00 D/ModuleListener: ModuleListener.testRunEnded(7317, {})
DCtsHostsideNetworkTests.txt331 03-22 23:14:51 D/ModuleListener: ModuleListener.testRunEnded(65800, {})
892 03-22 23:19:26 D/ModuleListener: ModuleListener.testRunEnded(275561, {})
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java2109 listener.testRunEnded(System.currentTimeMillis() - startTime, emptyMap); in run()

12