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 | |
com.carrotsearch.ant.tasks.junit4.events.aggregated |
Modifier and Type | Method and Description |
---|---|
void |
DiagnosticsListener.receiveAll(IEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
ForkedJvmInfo.decodeStreams(List<IEvent> events,
Writer sysout,
Writer syserr)
Filter through events looking for sysouts and syserrs and decode them
into a character streams.
|
Modifier and Type | Class and Description |
---|---|
class |
AppendStdErrEvent |
class |
AppendStdOutEvent |
class |
BootstrapEvent
Initial message sent from the slave to the master (if forked locally).
|
class |
FailureEvent
Generic serialized failure event.
|
class |
IdleEvent
Marker that the slave is idle and awaiting more suite names.
|
class |
QuitEvent
Final message sent from the slave.
|
class |
SuiteCompletedEvent
Serialized failure.
|
class |
SuiteFailureEvent
Serialized failure.
|
class |
SuiteStartedEvent
Serialized failure.
|
class |
TestFailureEvent |
class |
TestFinishedEvent |
class |
TestIgnoredAssumptionEvent |
class |
TestIgnoredEvent |
class |
TestStartedEvent |
Modifier and Type | Field and Description |
---|---|
Class<? extends IEvent> |
EventType.eventClass
Concrete class associated with the given event type.
|
Modifier and Type | Method and Description |
---|---|
IEvent |
Deserializer.deserialize() |
Modifier and Type | Method and Description |
---|---|
Serializer |
Serializer.serialize(IEvent event) |
Modifier and Type | Method and Description |
---|---|
IEvent |
PartialOutputEvent.getEvent() |
Modifier and Type | Method and Description |
---|---|
List<IEvent> |
AggregatedSuiteResultEvent.getEventStream() |
List<IEvent> |
AggregatedResultEvent.getEventStream() |
List<IEvent> |
AggregatedTestResultEvent.getEventStream()
Raw
IEvent stream received during the duration of this test. |
Modifier and Type | Method and Description |
---|---|
void |
AggregatingListener.appendToEventStream(IEvent e) |
Constructor and Description |
---|
PartialOutputEvent(ForkedJvmInfo slave,
IEvent e) |
Constructor and Description |
---|
AggregatedSuiteResultEvent(ForkedJvmInfo id,
org.junit.runner.Description description,
List<FailureMirror> suiteFailures,
List<AggregatedTestResultEvent> tests,
List<IEvent> eventStream,
long startTimestamp,
long executionTime) |
Copyright © 2011–2015 Carrot Search s.c.. All rights reserved.