Uses of Class
com.carrotsearch.ant.tasks.junit4.events.aggregated.AggregatedQuitEvent
Packages that use AggregatedQuitEvent
Package
Description
-
Uses of AggregatedQuitEvent in com.carrotsearch.ant.tasks.junit4.listeners
Methods in com.carrotsearch.ant.tasks.junit4.listeners with parameters of type AggregatedQuitEventModifier and TypeMethodDescriptionvoid
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 AggregatedQuitEventModifier and TypeMethodDescriptionvoid
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 AggregatedQuitEventModifier and TypeMethodDescriptionvoid
JsonReport.onQuit
(AggregatedQuitEvent e) All tests completed.