Package | Description |
---|---|
com.carrotsearch.ant.tasks.junit4.events |
Modifier and Type | Class and Description |
---|---|
class |
AppendStdErrEvent |
class |
AppendStdOutEvent |
class |
BootstrapEvent
Initial message sent from the slave to the master (if forked locally).
|
class |
FailureEvent
Generic serialized failure event.
|
class |
IdleEvent
Marker that the slave is idle and awaiting more suite names.
|
class |
QuitEvent
Final message sent from the slave.
|
class |
SuiteCompletedEvent
Serialized failure.
|
class |
SuiteFailureEvent
Serialized failure.
|
class |
SuiteStartedEvent
Serialized failure.
|
class |
TestFailureEvent |
class |
TestFinishedEvent |
class |
TestIgnoredAssumptionEvent |
class |
TestIgnoredEvent |
class |
TestStartedEvent |
Modifier and Type | Field and Description |
---|---|
Class<? extends RemoteEvent> |
EventType.eventClass
Concrete class associated with the given event type.
|
Modifier and Type | Method and Description |
---|---|
RemoteEvent |
EventType.deserialize(JsonReader input)
Deserialize a given event type from stream.
|
Modifier and Type | Method and Description |
---|---|
Serializer |
Serializer.serialize(RemoteEvent event) |
Copyright © 2011–2017 Carrot Search s.c.. All rights reserved.