Class TestIgnoredAssumptionEvent
java.lang.Object
com.carrotsearch.ant.tasks.junit4.events.AbstractEvent
com.carrotsearch.ant.tasks.junit4.events.FailureEvent
com.carrotsearch.ant.tasks.junit4.events.TestIgnoredAssumptionEvent
- All Implemented Interfaces:
IDescribable, IEvent, RemoteEvent
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTestIgnoredAssumptionEvent(org.junit.runner.notification.Failure failure) -
Method Summary
Methods inherited from class FailureEvent
deserialize, getDescription, getFailure, serialize, setFailureMethods inherited from class AbstractEvent
expectProperty, getType, readBinaryProperty, readBoolean, readLongProperty, readStringOrNullProperty, readStringProperty, writeBinaryProperty, writeDescription
-
Constructor Details
-
TestIgnoredAssumptionEvent
protected TestIgnoredAssumptionEvent() -
TestIgnoredAssumptionEvent
public TestIgnoredAssumptionEvent(org.junit.runner.notification.Failure failure)
-