Uses of Interface
com.carrotsearch.ant.tasks.junit4.events.RemoteEvent
-
Packages that use RemoteEvent Package Description com.carrotsearch.ant.tasks.junit4.events -
-
Uses of RemoteEvent in com.carrotsearch.ant.tasks.junit4.events
Classes in com.carrotsearch.ant.tasks.junit4.events that implement RemoteEvent 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.classTestFailureEventclassTestFinishedEventclassTestIgnoredAssumptionEventclassTestIgnoredEventclassTestStartedEventFields in com.carrotsearch.ant.tasks.junit4.events with type parameters of type RemoteEvent Modifier and Type Field Description java.lang.Class<? extends RemoteEvent>EventType. eventClassConcrete class associated with the given event type.private java.util.ArrayDeque<RemoteEvent>Serializer. eventsMethods in com.carrotsearch.ant.tasks.junit4.events that return RemoteEvent Modifier and Type Method Description RemoteEventEventType. deserialize(JsonReader input)Deserialize a given event type from stream.Methods in com.carrotsearch.ant.tasks.junit4.events with parameters of type RemoteEvent Modifier and Type Method Description SerializerSerializer. serialize(RemoteEvent event)Constructor parameters in com.carrotsearch.ant.tasks.junit4.events with type arguments of type RemoteEvent Constructor Description EventType(java.lang.Class<? extends RemoteEvent> eventClass)Initialize with concrete event class.
-