Uses of Class
com.carrotsearch.ant.tasks.junit4.events.aggregated.AggregatedSuiteResultEvent
-
-
Uses of AggregatedSuiteResultEvent in com.carrotsearch.ant.tasks.junit4
Methods in com.carrotsearch.ant.tasks.junit4 with parameters of type AggregatedSuiteResultEvent Modifier and Type Method Description void
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 AggregatedSuiteResultEvent Modifier and Type Method Description private 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 AggregatedSuiteResultEvent Modifier and Type Method Description private 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 AggregatedSuiteResultEvent Modifier and Type Method Description void
JsonReport. onSuiteResult(AggregatedSuiteResultEvent e)
Emit information about a single suite and all of its tests.
-