|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IEvent | |
|---|---|
| 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 | |
| Uses of IEvent in com.carrotsearch.ant.tasks.junit4 |
|---|
| Methods in com.carrotsearch.ant.tasks.junit4 with parameters of type IEvent | |
|---|---|
void |
DiagnosticsListener.receiveAll(IEvent e)
|
| Method parameters in com.carrotsearch.ant.tasks.junit4 with type arguments of type IEvent | |
|---|---|
void |
SlaveInfo.decodeStreams(List<IEvent> events,
Writer sysout,
Writer syserr)
Filter through events looking for sysouts and syserrs and decode them into a character streams. |
| Uses of IEvent in com.carrotsearch.ant.tasks.junit4.events |
|---|
| Classes in com.carrotsearch.ant.tasks.junit4.events that implement IEvent | |
|---|---|
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
|
| Fields in com.carrotsearch.ant.tasks.junit4.events with type parameters of type IEvent | |
|---|---|
Class<? extends IEvent> |
EventType.eventClass
Concrete class associated with the given event type. |
| Methods in com.carrotsearch.ant.tasks.junit4.events that return IEvent | |
|---|---|
IEvent |
Deserializer.deserialize()
|
| Methods in com.carrotsearch.ant.tasks.junit4.events with parameters of type IEvent | |
|---|---|
Serializer |
Serializer.serialize(IEvent event)
|
| Uses of IEvent in com.carrotsearch.ant.tasks.junit4.events.aggregated |
|---|
| Methods in com.carrotsearch.ant.tasks.junit4.events.aggregated that return types with arguments of type IEvent | |
|---|---|
List<IEvent> |
AggregatedSuiteResultEvent.getEventStream()
|
List<IEvent> |
AggregatedTestResultEvent.getEventStream()
Raw IEvent stream received during the duration of this test. |
List<IEvent> |
AggregatedResultEvent.getEventStream()
|
| Methods in com.carrotsearch.ant.tasks.junit4.events.aggregated with parameters of type IEvent | |
|---|---|
void |
AggregatingListener.appendToEventStream(IEvent e)
|
| Constructor parameters in com.carrotsearch.ant.tasks.junit4.events.aggregated with type arguments of type IEvent | |
|---|---|
AggregatedSuiteResultEvent(SlaveInfo id,
Description description,
List<FailureMirror> suiteFailures,
List<AggregatedTestResultEvent> tests,
List<IEvent> eventStream,
long startTimestamp,
long executionTime)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||