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
ConstructorsModifierConstructorDescriptionprotectedTestStartedEvent(org.junit.runner.Description description) -
Method Summary
Methods inherited from class AbstractEventWithDescription
deserialize, getDescription, serialize, setDescriptionMethods inherited from class AbstractEvent
expectProperty, getType, readBinaryProperty, readBoolean, readLongProperty, readStringOrNullProperty, readStringProperty, writeBinaryProperty, writeDescription
-
Constructor Details
-
TestStartedEvent
protected TestStartedEvent() -
TestStartedEvent
public TestStartedEvent(org.junit.runner.Description description)
-