Uses of Class
com.carrotsearch.ant.tasks.junit4.events.aggregated.AggregatedSuiteResultEvent
Packages that use AggregatedSuiteResultEvent
Package
Description
-
Uses of AggregatedSuiteResultEvent in com.carrotsearch.ant.tasks.junit4
Methods in com.carrotsearch.ant.tasks.junit4 with parameters of type AggregatedSuiteResultEventModifier and TypeMethodDescriptionvoid
TestsSummaryEventListener.suiteSummary
(AggregatedSuiteResultEvent e) React to suite summaries only. -
Uses of AggregatedSuiteResultEvent in com.carrotsearch.ant.tasks.junit4.listeners
Methods in com.carrotsearch.ant.tasks.junit4.listeners with parameters of type AggregatedSuiteResultEventModifier and TypeMethodDescriptionprivate void
TextReport.emitBufferedEvents
(AggregatedSuiteResultEvent e) private void
TextReport.emitSuiteEnd
(AggregatedSuiteResultEvent e, int suitesCompleted) Suite end.void
ExecutionTimesReport.onSuiteResult
(AggregatedSuiteResultEvent e) Remember execution time for all executed suites.void
TextReport.onSuiteResult
(AggregatedSuiteResultEvent e) -
Uses of AggregatedSuiteResultEvent in com.carrotsearch.ant.tasks.junit4.listeners.antxml
Methods in com.carrotsearch.ant.tasks.junit4.listeners.antxml with parameters of type AggregatedSuiteResultEventModifier and TypeMethodDescriptionprivate TestSuiteModel
AntXmlReport.buildModel
(AggregatedSuiteResultEvent e) Build data model for serialization.void
AntXmlReport.onSuiteResult
(AggregatedSuiteResultEvent e) Emit information about all of suite's tests. -
Uses of AggregatedSuiteResultEvent in com.carrotsearch.ant.tasks.junit4.listeners.json
Methods in com.carrotsearch.ant.tasks.junit4.listeners.json with parameters of type AggregatedSuiteResultEventModifier and TypeMethodDescriptionvoid
JsonReport.onSuiteResult
(AggregatedSuiteResultEvent e) Emit information about a single suite and all of its tests.