Uses of Interface
com.carrotsearch.ant.tasks.junit4.listeners.AggregatedEventListener
Packages that use AggregatedEventListener
Package
Description
-
Uses of AggregatedEventListener in com.carrotsearch.ant.tasks.junit4
Methods in com.carrotsearch.ant.tasks.junit4 with parameters of type AggregatedEventListenerModifier and TypeMethodDescriptionvoid
ListenersList.addConfigured
(AggregatedEventListener listener) Adds a listener to the listeners list. -
Uses of AggregatedEventListener in com.carrotsearch.ant.tasks.junit4.listeners
Classes in com.carrotsearch.ant.tasks.junit4.listeners that implement AggregatedEventListenerModifier and TypeClassDescriptionclass
A report listener that emits per-suite execution times information useful for load balancing tests across JVMs.class
A listener that will subscribe to test execution and dump informational info about the progress to the console or a text file. -
Uses of AggregatedEventListener in com.carrotsearch.ant.tasks.junit4.listeners.antxml
Classes in com.carrotsearch.ant.tasks.junit4.listeners.antxml that implement AggregatedEventListenerModifier and TypeClassDescriptionclass
A report listener that produces XML files compatible with those produced by ANT's defaultjunit
task. -
Uses of AggregatedEventListener in com.carrotsearch.ant.tasks.junit4.listeners.json
Classes in com.carrotsearch.ant.tasks.junit4.listeners.json that implement AggregatedEventListenerModifier and TypeClassDescriptionclass
A report listener that produces a single JSON file for all suites and tests.