public abstract class PerfanaEventAdapter extends Object implements PerfanaEvent
| Constructor and Description |
|---|
PerfanaEventAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTest(TestContext context,
EventProperties properties)
Called after the test run is done.
|
void |
beforeTest(TestContext context,
EventProperties properties)
Called before the test run starts.
|
void |
customEvent(TestContext context,
EventProperties properties,
ScheduleEvent scheduleEvent)
Called for each custom event, according to the custom even schedule.
|
void |
keepAlive(TestContext context,
EventProperties properties)
Called for each keep alive event for this test run.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic void beforeTest(TestContext context, EventProperties properties)
PerfanaEventbeforeTest in interface PerfanaEventcontext - the test run contextproperties - e.g. REST_URL="https://my-rest-url"public void afterTest(TestContext context, EventProperties properties)
PerfanaEventafterTest in interface PerfanaEventcontext - the test run contextproperties - e.g. REST_URL="https://my-rest-url"public void keepAlive(TestContext context, EventProperties properties)
PerfanaEventkeepAlive in interface PerfanaEventcontext - the test run contextproperties - e.g. REST_URL="https://my-rest-url"public void customEvent(TestContext context, EventProperties properties, ScheduleEvent scheduleEvent)
PerfanaEventcustomEvent in interface PerfanaEventcontext - the test run contextproperties - e.g. REST_URL="https://my-rest-url"scheduleEvent - the custom event, use to execute specific behaviour in the event handlerCopyright © 2019. All rights reserved.