| Interface | Description |
|---|---|
| Event |
This interface can be implemented in other jars and be put on the classpath.
|
| EventFactory |
Create an EventGenerator based on the given test context and properties.
|
| EventGenerator |
Create a custom event schedule for events.
|
| EventGeneratorFactory |
Create an EventGenerator based on the given test context and properties.
|
| EventLogger |
| Class | Description |
|---|---|
| CustomEvent | |
| EventAdapter |
Adapter class with empty method implementations of the Event interface.
|
| EventCheck | |
| EventGeneratorProperties |
Properties for event schedule generators.
|
| EventProperties |
The EventProperties is a list of properties to be used by the Event.
|
| EventSchedulerSettings | |
| EventSchedulerSettingsBuilder | |
| TestContext |
Information for a (performance) test run.
|
| TestContextBuilder |
| Enum | Description |
|---|---|
| EventGeneratorMetaProperty | |
| EventStatus |
| Exception | Description |
|---|---|
| CustomEvent.ScheduleEventWrongFormat |