Package | Description |
---|---|
com.carrotsearch.ant.tasks.junit4 |
Provides
JUnit4 :
a JUnit test runner for ANT with parallel slave JVM execution, load balancing and
more reporting options. |
com.carrotsearch.ant.tasks.junit4.listeners | |
com.carrotsearch.ant.tasks.junit4.listeners.antxml | |
com.carrotsearch.ant.tasks.junit4.listeners.json |
Modifier and Type | Method and Description |
---|---|
void |
ListenersList.addConfigured(AggregatedEventListener listener)
Adds a listener to the listeners list.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutionTimesReport
A report listener that emits per-suite execution times information useful
for load balancing tests across JVMs.
|
class |
TextReport
A listener that will subscribe to test execution and dump
informational info about the progress to the console or a text
file.
|
Modifier and Type | Class and Description |
---|---|
class |
AntXmlReport
A report listener that produces XML files compatible with those produced by
ANT's default
junit task. |
Modifier and Type | Class and Description |
---|---|
class |
JsonReport
A report listener that produces a single JSON file for all suites and tests.
|
Copyright © 2011–2015 Carrot Search s.c.. All rights reserved.