| Package | Description |
|---|---|
| com.carrotsearch.ant.tasks.junit4 | |
| com.carrotsearch.ant.tasks.junit4.events | |
| com.carrotsearch.ant.tasks.junit4.events.aggregated |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DiagnosticsListener.receiveAll(IEvent e) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ForkedJvmInfo.decodeStreams(java.util.List<IEvent> events,
java.io.Writer sysout,
java.io.Writer syserr) |
Filter through events looking for sysouts and syserrs and decode them
into a character streams.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
RemoteEvent |
| Modifier and Type | Class | 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 | Method | Description |
|---|---|---|
IEvent |
Deserializer.deserialize() |
| Modifier and Type | Method | Description |
|---|---|---|
IEvent |
PartialOutputEvent.getEvent() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<IEvent> |
AggregatedResultEvent.getEventStream() |
|
java.util.List<IEvent> |
AggregatedSuiteResultEvent.getEventStream() |
|
java.util.List<IEvent> |
AggregatedTestResultEvent.getEventStream() |
Raw
IEvent stream received during the duration of this test. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AggregatingListener.appendToEventStream(IEvent e) |
| Constructor | Description |
|---|---|
PartialOutputEvent(ForkedJvmInfo slave,
IEvent e) |
Copyright © 2011–2018 Carrot Search s.c.. All rights reserved.