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
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
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
-
Constructor Details
-
TestStartedEvent
protected TestStartedEvent() -
TestStartedEvent
public TestStartedEvent(org.junit.runner.Description description)
-