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.events.aggregated | |
com.carrotsearch.ant.tasks.junit4.listeners.json |
Constructor and Description |
---|
DiagnosticsListener(SlaveInfo slave,
JUnit4 task) |
Modifier and Type | Field and Description |
---|---|
SlaveInfo |
ChildBootstrap.childInfo |
Modifier and Type | Method and Description |
---|---|
SlaveInfo |
AggregatedSuiteStartedEvent.getSlave() |
SlaveInfo |
AggregatedResultEvent.getSlave() |
SlaveInfo |
PartialOutputEvent.getSlave() |
SlaveInfo |
HeartBeatEvent.getSlave() |
SlaveInfo |
AggregatedSuiteResultEvent.getSlave() |
SlaveInfo |
ChildBootstrap.getSlave() |
SlaveInfo |
AggregatedTestResultEvent.getSlave() |
Constructor and Description |
---|
AggregatedSuiteResultEvent(SlaveInfo id,
org.junit.runner.Description description,
List<FailureMirror> suiteFailures,
List<AggregatedTestResultEvent> tests,
List<IEvent> eventStream,
long startTimestamp,
long executionTime) |
AggregatedSuiteStartedEvent(SlaveInfo id,
SuiteStartedEvent e) |
AggregatedTestResultEvent(SlaveInfo slave,
org.junit.runner.Description suiteDescription,
org.junit.runner.Description description) |
AggregatingListener(com.google.common.eventbus.EventBus target,
SlaveInfo slave) |
ChildBootstrap(SlaveInfo childInfo) |
HeartBeatEvent(SlaveInfo slave,
org.junit.runner.Description description,
long lastActivity,
long currentTime) |
PartialOutputEvent(SlaveInfo slave,
IEvent e) |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonElement |
JsonSlaveInfoAdapter.serialize(SlaveInfo e,
Type type,
com.google.gson.JsonSerializationContext context) |
Copyright © 2011–2014 Carrot Search s.c.. All rights reserved.