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 voidExecutionTimesReport. onEnd(AggregatedQuitEvent e)Write back to hints file.voidTextReport. 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 voidAntXmlReport. 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 voidJsonReport. onQuit(AggregatedQuitEvent e)All tests completed.
-