Class TestIgnoredEvent
java.lang.Object
com.carrotsearch.ant.tasks.junit4.events.AbstractEvent
com.carrotsearch.ant.tasks.junit4.events.AbstractEventWithDescription
com.carrotsearch.ant.tasks.junit4.events.TestIgnoredEvent
- All Implemented Interfaces:
IDescribable, IEvent, RemoteEvent
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTestIgnoredEvent(org.junit.runner.Description description, String cause) -
Method Summary
Modifier and TypeMethodDescriptionvoiddeserialize(JsonReader reader) getCause()longvoidserialize(JsonWriter writer) Methods inherited from class AbstractEventWithDescription
getDescription, setDescriptionMethods inherited from class AbstractEvent
expectProperty, getType, readBinaryProperty, readBoolean, readLongProperty, readStringOrNullProperty, readStringProperty, writeBinaryProperty, writeDescription
-
Field Details
-
startTimestamp
private long startTimestamp -
cause
-
-
Constructor Details
-
TestIgnoredEvent
protected TestIgnoredEvent() -
TestIgnoredEvent
-
-
Method Details
-
getStartTimestamp
public long getStartTimestamp() -
getCause
-
serialize
- Specified by:
serializein interfaceRemoteEvent- Overrides:
serializein classAbstractEventWithDescription- Throws:
IOException
-
deserialize
- Specified by:
deserializein interfaceRemoteEvent- Overrides:
deserializein classAbstractEventWithDescription- Throws:
IOException
-