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 |
TestsSummaryEventListener.suiteSummary(AggregatedSuiteResultEvent e)
React to suite summaries only.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionTimesReport.onSuiteResult(AggregatedSuiteResultEvent e)
Remember execution time for all executed suites.
|
void |
TextReport.onSuiteResult(AggregatedSuiteResultEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
AntXmlReport.onSuiteResult(AggregatedSuiteResultEvent e)
Emit information about all of suite's tests.
|
Modifier and Type | Method and Description |
---|---|
void |
JsonReport.onSuiteResult(AggregatedSuiteResultEvent e)
Emit information about a single suite and all of its tests.
|
com.google.gson.JsonElement |
JsonAggregatedSuiteResultEventAdapter.serialize(AggregatedSuiteResultEvent e,
Type type,
com.google.gson.JsonSerializationContext context) |
com.google.gson.JsonArray |
JsonAggregatedSuiteResultEventAdapter.serializeEvents(AggregatedSuiteResultEvent e,
com.google.gson.JsonSerializationContext context) |
Copyright © 2011–2015 Carrot Search s.c.. All rights reserved.