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) 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
Fields in com.carrotsearch.ant.tasks.junit4.events with type parameters of type RemoteEventModifier and TypeFieldDescriptionfinal Class
<? extends RemoteEvent> EventType.eventClass
Concrete class associated with the given event type.private final ArrayDeque
<RemoteEvent> Serializer.events
Methods 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 RemoteEventModifierConstructorDescriptionprivate
EventType
(Class<? extends RemoteEvent> eventClass) Initialize with concrete event class.