Class IdleEvent
java.lang.Object
com.carrotsearch.ant.tasks.junit4.events.AbstractEvent
com.carrotsearch.ant.tasks.junit4.events.IdleEvent
- All Implemented Interfaces:
IEvent
,RemoteEvent
Marker that the slave is idle and awaiting more suite names.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
deserialize
(JsonReader reader) void
serialize
(JsonWriter writer) Methods inherited from class com.carrotsearch.ant.tasks.junit4.events.AbstractEvent
expectProperty, getType, readBinaryProperty, readBoolean, readLongProperty, readStringOrNullProperty, readStringProperty, writeBinaryProperty, writeDescription
-
Constructor Details
-
IdleEvent
public IdleEvent()
-
-
Method Details
-
serialize
- Throws:
IOException
-
deserialize
- Throws:
IOException
-