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 TypeMethodDescriptionvoidExecutionTimesReport.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 AggregatedQuitEventModifier and TypeMethodDescriptionvoidAntXmlReport.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 TypeMethodDescriptionvoidJsonReport.onQuit(AggregatedQuitEvent e) All tests completed.