Package com.carrotsearch.ant.tasks.junit4.events
-
Interface Summary Interface Description IDescribable An event that carries aDescription
.IEvent An event/ message passed between the forked JVM and the master.IStreamEvent RemoteEvent -
Class Summary Class Description AbstractEvent An abstractIEvent
.AbstractEventWithDescription AppendStdErrEvent AppendStdOutEvent BootstrapEvent Initial message sent from the slave to the master (if forked locally).Deserializer Event deserializer.FailureEvent Generic serialized failure event.IdleEvent Marker that the slave is idle and awaiting more suite names.JsonHelpers LowLevelHeartBeatEvent Heartbeat for reporting long running tests.QuitEvent Final message sent from the slave.Serializer Event serializer.SuiteCompletedEvent Serialized failure.SuiteFailureEvent Serialized failure.SuiteStartedEvent Serialized failure.TestFailureEvent TestFinishedEvent TestIgnoredAssumptionEvent TestIgnoredEvent TestStartedEvent -
Enum Summary Enum Description EventType Events (messages) passed between the slave and the master.