Class TestStartedEvent
- java.lang.Object
-
- com.carrotsearch.ant.tasks.junit4.events.AbstractEvent
-
- com.carrotsearch.ant.tasks.junit4.events.AbstractEventWithDescription
-
- com.carrotsearch.ant.tasks.junit4.events.TestStartedEvent
-
- All Implemented Interfaces:
IDescribable
,IEvent
,RemoteEvent
public class TestStartedEvent extends AbstractEventWithDescription
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TestStartedEvent()
TestStartedEvent(org.junit.runner.Description description)
-
Method Summary
-
Methods inherited from class com.carrotsearch.ant.tasks.junit4.events.AbstractEventWithDescription
deserialize, getDescription, serialize, setDescription
-
Methods inherited from class com.carrotsearch.ant.tasks.junit4.events.AbstractEvent
expectProperty, getType, readBinaryProperty, readBoolean, readLongProperty, readStringOrNullProperty, readStringProperty, writeBinaryProperty, writeDescription
-
-