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 classLocalSlaveStreamHandler.OnDiskStreamEventMethods in com.carrotsearch.ant.tasks.junit4 with parameters of type IEvent Modifier and Type Method Description voidDiagnosticsListener. receiveAll(IEvent e)Method parameters in com.carrotsearch.ant.tasks.junit4 with type arguments of type IEvent Modifier and Type Method Description voidForkedJvmInfo. 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 interfaceRemoteEventClasses in com.carrotsearch.ant.tasks.junit4.events that implement IEvent Modifier and Type Class Description (package private) classAbstractEventAn abstractIEvent.(package private) classAbstractEventWithDescriptionclassAppendStdErrEventclassAppendStdOutEventclassBootstrapEventInitial message sent from the slave to the master (if forked locally).classFailureEventGeneric serialized failure event.classIdleEventMarker that the slave is idle and awaiting more suite names.classQuitEventFinal message sent from the slave.classSuiteCompletedEventSerialized failure.classSuiteFailureEventSerialized failure.classSuiteStartedEventSerialized failure.classTestFailureEventclassTestFinishedEventclassTestIgnoredAssumptionEventclassTestIgnoredEventclassTestStartedEventMethods in com.carrotsearch.ant.tasks.junit4.events that return IEvent Modifier and Type Method Description IEventDeserializer. 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 IEventPartialOutputEvent. eventFields 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. eventStreamprivate java.util.List<IEvent>AggregatedTestResultEvent. eventStreamprivate java.util.ArrayList<IEvent>AggregatingListener. eventStreamMethods in com.carrotsearch.ant.tasks.junit4.events.aggregated that return IEvent Modifier and Type Method Description IEventPartialOutputEvent. 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()RawIEventstream 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 voidAggregatingListener. 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) voidAggregatedTestResultEvent. 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)
-