public class WiremockEvent
extends nl.stokpop.eventscheduler.event.EventAdapter
| Modifier and Type | Field and Description |
|---|---|
static boolean |
isDebugEnabled |
| Constructor and Description |
|---|
WiremockEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeTest(nl.stokpop.eventscheduler.api.TestContext context,
nl.stokpop.eventscheduler.event.EventProperties properties) |
void |
customEvent(nl.stokpop.eventscheduler.api.TestContext context,
nl.stokpop.eventscheduler.event.EventProperties properties,
nl.stokpop.eventscheduler.event.ScheduleEvent scheduleEvent) |
java.lang.String |
getName() |
public java.lang.String getName()
public void beforeTest(nl.stokpop.eventscheduler.api.TestContext context,
nl.stokpop.eventscheduler.event.EventProperties properties)
beforeTest in interface nl.stokpop.eventscheduler.event.EventbeforeTest in class nl.stokpop.eventscheduler.event.EventAdapterpublic void customEvent(nl.stokpop.eventscheduler.api.TestContext context,
nl.stokpop.eventscheduler.event.EventProperties properties,
nl.stokpop.eventscheduler.event.ScheduleEvent scheduleEvent)
customEvent in interface nl.stokpop.eventscheduler.event.EventcustomEvent in class nl.stokpop.eventscheduler.event.EventAdapter