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