Uses of Class
com.carrotsearch.ant.tasks.junit4.events.EventType
-
Packages that use EventType Package Description com.carrotsearch.ant.tasks.junit4 com.carrotsearch.ant.tasks.junit4.events com.carrotsearch.ant.tasks.junit4.events.aggregated -
-
Uses of EventType in com.carrotsearch.ant.tasks.junit4
Fields in com.carrotsearch.ant.tasks.junit4 declared as EventType Modifier and Type Field Description private EventType
LocalSlaveStreamHandler.OnDiskStreamEvent. type
Methods in com.carrotsearch.ant.tasks.junit4 that return EventType Modifier and Type Method Description EventType
LocalSlaveStreamHandler.OnDiskStreamEvent. getType()
Constructors in com.carrotsearch.ant.tasks.junit4 with parameters of type EventType Constructor Description OnDiskStreamEvent(EventType type, java.io.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 EventType Modifier and Type Field Description private EventType
AbstractEvent. type
Type is recreated in constructors anyway.Methods in com.carrotsearch.ant.tasks.junit4.events that return EventType Modifier and Type Method Description EventType
AbstractEvent. getType()
EventType
IEvent. getType()
static EventType
EventType. valueOf(java.lang.String name)
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 Constructor Description AbstractEvent(EventType type)
AbstractEventWithDescription(EventType type)
FailureEvent(EventType type)
-
Uses of EventType in com.carrotsearch.ant.tasks.junit4.events.aggregated
Methods in com.carrotsearch.ant.tasks.junit4.events.aggregated with parameters of type EventType Modifier and Type Method Description private void
AggregatedSuiteResultEvent. flush(EventType evt, JsonWriter w, WriterOutputStream wos, java.io.StringWriter out)
-