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
public class TestIgnoredAssumptionEvent extends FailureEvent
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TestIgnoredAssumptionEvent()
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
-
-