Uses of Interface
com.carrotsearch.ant.tasks.junit4.events.RemoteEvent
Packages that use RemoteEvent
-
Uses of RemoteEvent in com.carrotsearch.ant.tasks.junit4.events
Classes in com.carrotsearch.ant.tasks.junit4.events that implement RemoteEventModifier and TypeClassDescription(package private) classAn abstractIEvent.(package private) classclassclassclassInitial message sent from the slave to the master (if forked locally).classGeneric serialized failure event.classMarker that the slave is idle and awaiting more suite names.classFinal message sent from the slave.classSerialized failure.classSerialized failure.classSerialized failure.classclassclassclassclassFields in com.carrotsearch.ant.tasks.junit4.events with type parameters of type RemoteEventModifier and TypeFieldDescriptionfinal Class<? extends RemoteEvent> EventType.eventClassConcrete class associated with the given event type.private final ArrayDeque<RemoteEvent> Serializer.eventsMethods in com.carrotsearch.ant.tasks.junit4.events that return RemoteEventModifier and TypeMethodDescriptionEventType.deserialize(JsonReader input) Deserialize a given event type from stream.Methods in com.carrotsearch.ant.tasks.junit4.events with parameters of type RemoteEventConstructor parameters in com.carrotsearch.ant.tasks.junit4.events with type arguments of type RemoteEventModifierConstructorDescriptionprivateEventType(Class<? extends RemoteEvent> eventClass) Initialize with concrete event class.