Uses of Enum
com.carrotsearch.ant.tasks.junit4.events.EventType
Packages that use EventType
Package
Description
-
Uses of EventType in com.carrotsearch.ant.tasks.junit4
Fields in com.carrotsearch.ant.tasks.junit4 declared as EventTypeModifier and TypeFieldDescriptionprivate EventType
LocalSlaveStreamHandler.OnDiskStreamEvent.type
Methods in com.carrotsearch.ant.tasks.junit4 that return EventTypeConstructors in com.carrotsearch.ant.tasks.junit4 with parameters of type EventTypeModifierConstructorDescriptionOnDiskStreamEvent
(EventType type, RandomAccessFile streamsBuffer, long start, long end) -
Uses of EventType in com.carrotsearch.ant.tasks.junit4.events
Fields in com.carrotsearch.ant.tasks.junit4.events declared as EventTypeModifier and TypeFieldDescriptionprivate final EventType
AbstractEvent.type
Type is recreated in constructors anyway.Methods in com.carrotsearch.ant.tasks.junit4.events that return EventTypeModifier and TypeMethodDescriptionAbstractEvent.getType()
IEvent.getType()
static EventType
Returns the enum constant of this type with the specified name.static EventType[]
EventType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.carrotsearch.ant.tasks.junit4.events with parameters of type EventType -
Uses of EventType in com.carrotsearch.ant.tasks.junit4.events.aggregated
Methods in com.carrotsearch.ant.tasks.junit4.events.aggregated with parameters of type EventTypeModifier and TypeMethodDescriptionprivate void
AggregatedSuiteResultEvent.flush
(EventType evt, JsonWriter w, WriterOutputStream wos, StringWriter out)