Uses of Interface
com.carrotsearch.ant.tasks.junit4.events.IEvent
Packages that use IEvent
Package
Description
-
Uses of IEvent in com.carrotsearch.ant.tasks.junit4
Classes in com.carrotsearch.ant.tasks.junit4 that implement IEventMethods in com.carrotsearch.ant.tasks.junit4 with parameters of type IEventMethod parameters in com.carrotsearch.ant.tasks.junit4 with type arguments of type IEventModifier and TypeMethodDescriptionvoid
ForkedJvmInfo.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
Subinterfaces of IEvent in com.carrotsearch.ant.tasks.junit4.eventsClasses in com.carrotsearch.ant.tasks.junit4.events that implement IEventModifier and TypeClassDescription(package private) class
An abstractIEvent
.(package private) class
class
class
class
Initial message sent from the slave to the master (if forked locally).class
Generic serialized failure event.class
Marker that the slave is idle and awaiting more suite names.class
Final message sent from the slave.class
Serialized failure.class
Serialized failure.class
Serialized failure.class
class
class
class
class
Methods in com.carrotsearch.ant.tasks.junit4.events that return IEvent -
Uses of IEvent in com.carrotsearch.ant.tasks.junit4.events.aggregated
Fields in com.carrotsearch.ant.tasks.junit4.events.aggregated declared as IEventFields in com.carrotsearch.ant.tasks.junit4.events.aggregated with type parameters of type IEventModifier and TypeFieldDescriptionAggregatedSuiteResultEvent.eventStream
AggregatedTestResultEvent.eventStream
AggregatingListener.eventStream
Methods in com.carrotsearch.ant.tasks.junit4.events.aggregated that return IEventMethods in com.carrotsearch.ant.tasks.junit4.events.aggregated that return types with arguments of type IEventModifier and TypeMethodDescriptionAggregatedResultEvent.getEventStream()
AggregatedSuiteResultEvent.getEventStream()
AggregatedTestResultEvent.getEventStream()
RawIEvent
stream received during the duration of this test.Methods in com.carrotsearch.ant.tasks.junit4.events.aggregated with parameters of type IEventMethod parameters in com.carrotsearch.ant.tasks.junit4.events.aggregated with type arguments of type IEventModifier and TypeMethodDescription(package private) void
AggregatedTestResultEvent.complete
(TestFinishedEvent e, List<IEvent> eventStream) Constructors in com.carrotsearch.ant.tasks.junit4.events.aggregated with parameters of type IEvent