| Package | Description |
|---|---|
| io.perfana.event |
| Modifier and Type | Method and Description |
|---|---|
EventProperties |
PerfanaEventProperties.get(PerfanaEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
PerfanaEvent.afterTest(TestContext context,
EventProperties properties)
Called after the test run is done.
|
void |
PerfanaEventAdapter.afterTest(TestContext context,
EventProperties properties) |
void |
PerfanaEvent.beforeTest(TestContext context,
EventProperties properties)
Called before the test run starts.
|
void |
PerfanaEventAdapter.beforeTest(TestContext context,
EventProperties properties) |
void |
PerfanaEvent.customEvent(TestContext context,
EventProperties properties,
ScheduleEvent scheduleEvent)
Called for each custom event, according to the custom even schedule.
|
void |
PerfanaEventAdapter.customEvent(TestContext context,
EventProperties properties,
ScheduleEvent scheduleEvent) |
void |
PerfanaEvent.keepAlive(TestContext context,
EventProperties properties)
Called for each keep alive event for this test run.
|
void |
PerfanaEventAdapter.keepAlive(TestContext context,
EventProperties properties) |
Copyright © 2019. All rights reserved.