public interface Event
| Modifier and Type | Method and Description |
|---|---|
void |
abortTest()
Called for test abort.
|
void |
afterTest()
Called after the test run is done.
|
default java.util.Collection<java.lang.String> |
allowedCustomEvents() |
default java.util.Collection<java.lang.String> |
allowedProperties() |
void |
beforeTest()
Called before the test run starts.
|
EventCheck |
check()
Called to check test results (for example the requirements are checked).
|
void |
customEvent(CustomEvent scheduleEvent)
Called for each custom event, according to the custom even schedule.
|
java.lang.String |
getName() |
void |
keepAlive()
Called for each keep alive event for this test run.
|
java.lang.String getName()
void beforeTest()
void afterTest()
void keepAlive()
void abortTest()
EventCheck check()
void customEvent(CustomEvent scheduleEvent)
scheduleEvent - the custom event, use to execute specific behaviour in the event handlerdefault java.util.Collection<java.lang.String> allowedProperties()
default java.util.Collection<java.lang.String> allowedCustomEvents()