public class EventDefault extends EventAdapter
eventName, eventProperties, logger, testContext| Modifier and Type | Method and Description |
|---|---|
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.
|
abortTest, afterTest, getName, keepAlive, setOfclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallowedCustomEvents, allowedPropertiespublic void beforeTest()
EventbeforeTest in interface EventbeforeTest in class EventAdapterpublic EventCheck check()
Eventcheck in interface Eventcheck in class EventAdapterpublic void customEvent(CustomEvent scheduleEvent)
EventcustomEvent in interface EventcustomEvent in class EventAdapterscheduleEvent - the custom event, use to execute specific behaviour in the event handler