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 |
PerfanaEventProvider.broadcastAfterTest(TestContext context,
PerfanaEventProperties properties) |
void |
PerfanaEventBroadcaster.broadcastAfterTest(TestContext context,
PerfanaEventProperties eventProperties) |
void |
PerfanaEventProvider.broadcastBeforeTest(TestContext context,
PerfanaEventProperties properties) |
void |
PerfanaEventBroadcaster.broadcastBeforeTest(TestContext context,
PerfanaEventProperties eventProperties) |
void |
PerfanaEventProvider.broadcastCustomEvent(TestContext context,
PerfanaEventProperties properties,
ScheduleEvent scheduleEvent) |
void |
PerfanaEventBroadcaster.broadcastCustomEvent(TestContext context,
PerfanaEventProperties eventProperties,
ScheduleEvent event) |
void |
PerfanaEventProvider.broadCastKeepAlive(TestContext context,
PerfanaEventProperties properties) |
void |
PerfanaEventBroadcaster.broadCastKeepAlive(TestContext context,
PerfanaEventProperties eventProperties) |
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) |
List<ScheduleEvent> |
EventScheduleGenerator.generateEvents(TestContext context,
GeneratorProperties properties) |
void |
PerfanaEvent.keepAlive(TestContext context,
EventProperties properties)
Called for each keep alive event for this test run.
|
void |
PerfanaEventAdapter.keepAlive(TestContext context,
EventProperties properties) |