Uses of Class
com.carrotsearch.ant.tasks.junit4.events.aggregated.AggregatedQuitEvent
-
Packages that use AggregatedQuitEvent Package Description com.carrotsearch.ant.tasks.junit4.listeners com.carrotsearch.ant.tasks.junit4.listeners.antxml com.carrotsearch.ant.tasks.junit4.listeners.json -
-
Uses of AggregatedQuitEvent in com.carrotsearch.ant.tasks.junit4.listeners
Methods in com.carrotsearch.ant.tasks.junit4.listeners with parameters of type AggregatedQuitEvent Modifier and Type Method Description void
ExecutionTimesReport. onEnd(AggregatedQuitEvent e)
Write back to hints file.void
TextReport. onQuit(AggregatedQuitEvent e)
-
Uses of AggregatedQuitEvent in com.carrotsearch.ant.tasks.junit4.listeners.antxml
Methods in com.carrotsearch.ant.tasks.junit4.listeners.antxml with parameters of type AggregatedQuitEvent Modifier and Type Method Description void
AntXmlReport. onQuit(AggregatedQuitEvent e)
Write the summary file, if requested. -
Uses of AggregatedQuitEvent in com.carrotsearch.ant.tasks.junit4.listeners.json
Methods in com.carrotsearch.ant.tasks.junit4.listeners.json with parameters of type AggregatedQuitEvent Modifier and Type Method Description void
JsonReport. onQuit(AggregatedQuitEvent e)
All tests completed.
-