Uses of Interface
com.carrotsearch.ant.tasks.junit4.events.IEvent
-
Packages that use IEvent Package Description com.carrotsearch.ant.tasks.junit4 com.carrotsearch.ant.tasks.junit4.events com.carrotsearch.ant.tasks.junit4.events.aggregated -
-
Uses of IEvent in com.carrotsearch.ant.tasks.junit4
Classes in com.carrotsearch.ant.tasks.junit4 that implement IEvent Modifier and Type Class Description private static class
LocalSlaveStreamHandler.OnDiskStreamEvent
Methods in com.carrotsearch.ant.tasks.junit4 with parameters of type IEvent Modifier and Type Method Description void
DiagnosticsListener. receiveAll(IEvent e)
Method parameters in com.carrotsearch.ant.tasks.junit4 with type arguments of type IEvent 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. -
Uses of IEvent in com.carrotsearch.ant.tasks.junit4.events
Subinterfaces of IEvent in com.carrotsearch.ant.tasks.junit4.events Modifier and Type Interface Description interface
RemoteEvent
Classes in com.carrotsearch.ant.tasks.junit4.events that implement IEvent Modifier and Type Class Description (package private) class
AbstractEvent
An abstractIEvent
.(package private) class
AbstractEventWithDescription
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
Methods in com.carrotsearch.ant.tasks.junit4.events that return IEvent Modifier and Type Method Description IEvent
Deserializer. deserialize()
-
Uses of IEvent in com.carrotsearch.ant.tasks.junit4.events.aggregated
Fields in com.carrotsearch.ant.tasks.junit4.events.aggregated declared as IEvent Modifier and Type Field Description private IEvent
PartialOutputEvent. event
Fields in com.carrotsearch.ant.tasks.junit4.events.aggregated with type parameters of type IEvent Modifier and Type Field Description private java.util.List<IEvent>
AggregatedSuiteResultEvent. eventStream
private java.util.List<IEvent>
AggregatedTestResultEvent. eventStream
private java.util.ArrayList<IEvent>
AggregatingListener. eventStream
Methods in com.carrotsearch.ant.tasks.junit4.events.aggregated that return IEvent Modifier and Type Method Description IEvent
PartialOutputEvent. getEvent()
Methods in com.carrotsearch.ant.tasks.junit4.events.aggregated that return types with arguments of type IEvent Modifier and Type Method Description java.util.List<IEvent>
AggregatedResultEvent. getEventStream()
java.util.List<IEvent>
AggregatedSuiteResultEvent. getEventStream()
java.util.List<IEvent>
AggregatedTestResultEvent. getEventStream()
RawIEvent
stream received during the duration of this test.Methods in com.carrotsearch.ant.tasks.junit4.events.aggregated with parameters of type IEvent Modifier and Type Method Description void
AggregatingListener. appendToEventStream(IEvent e)
Method parameters in com.carrotsearch.ant.tasks.junit4.events.aggregated with type arguments of type IEvent Modifier and Type Method Description (package private) void
AggregatedTestResultEvent. complete(TestFinishedEvent e, java.util.List<IEvent> eventStream)
Constructors in com.carrotsearch.ant.tasks.junit4.events.aggregated with parameters of type IEvent Constructor Description PartialOutputEvent(ForkedJvmInfo slave, IEvent e)
-