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) class
AbstractEvent
An abstractIEvent
.(package private) class
AbstractEventWithDescription
class
AppendStdErrEvent
class
AppendStdOutEvent
class
BootstrapEvent
Initial message sent from the slave to the master (if forked locally).class
FailureEvent
Generic serialized failure event.class
IdleEvent
Marker that the slave is idle and awaiting more suite names.class
QuitEvent
Final message sent from the slave.class
SuiteCompletedEvent
Serialized failure.class
SuiteFailureEvent
Serialized failure.class
SuiteStartedEvent
Serialized failure.class
TestFailureEvent
class
TestFinishedEvent
class
TestIgnoredAssumptionEvent
class
TestIgnoredEvent
class
TestStartedEvent
Fields in com.carrotsearch.ant.tasks.junit4.events with type parameters of type RemoteEvent Modifier and Type Field Description java.lang.Class<? extends RemoteEvent>
EventType. eventClass
Concrete class associated with the given event type.private java.util.ArrayDeque<RemoteEvent>
Serializer. events
Methods in com.carrotsearch.ant.tasks.junit4.events that return RemoteEvent Modifier and Type Method Description RemoteEvent
EventType. 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 Serializer
Serializer. 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.
-