Interface RemoteEvent
-
- All Superinterfaces:
IEvent
- All Known Implementing Classes:
AbstractEvent
,AbstractEventWithDescription
,AppendStdErrEvent
,AppendStdOutEvent
,BootstrapEvent
,FailureEvent
,IdleEvent
,QuitEvent
,SuiteCompletedEvent
,SuiteFailureEvent
,SuiteStartedEvent
,TestFailureEvent
,TestFinishedEvent
,TestIgnoredAssumptionEvent
,TestIgnoredEvent
,TestStartedEvent
public interface RemoteEvent extends IEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deserialize(JsonReader reader)
void
serialize(JsonWriter writer)
-
-
-
Method Detail
-
serialize
void serialize(JsonWriter writer) throws java.io.IOException
- Throws:
java.io.IOException
-
deserialize
void deserialize(JsonReader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
-