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
ConstructorsModifierConstructorDescriptionprotected
TestIgnoredAssumptionEvent
(org.junit.runner.notification.Failure failure) -
Method Summary
Methods inherited from class com.carrotsearch.ant.tasks.junit4.events.FailureEvent
deserialize, getDescription, getFailure, serialize, setFailure
Methods inherited from class com.carrotsearch.ant.tasks.junit4.events.AbstractEvent
expectProperty, getType, readBinaryProperty, readBoolean, readLongProperty, readStringOrNullProperty, readStringProperty, writeBinaryProperty, writeDescription
-
Constructor Details
-
TestIgnoredAssumptionEvent
protected TestIgnoredAssumptionEvent() -
TestIgnoredAssumptionEvent
public TestIgnoredAssumptionEvent(org.junit.runner.notification.Failure failure)
-