public interface StubLifecycleListener extends Extension
| Modifier and Type | Method and Description |
|---|---|
void |
afterStubCreated(StubMapping stub) |
void |
afterStubEdited(StubMapping oldStub,
StubMapping newStub) |
void |
afterStubRemoved(StubMapping stub) |
void |
afterStubsReset() |
void |
beforeStubCreated(StubMapping stub) |
void |
beforeStubEdited(StubMapping oldStub,
StubMapping newStub) |
void |
beforeStubRemoved(StubMapping stub) |
void |
beforeStubsReset() |
void beforeStubCreated(StubMapping stub)
void afterStubCreated(StubMapping stub)
void beforeStubEdited(StubMapping oldStub, StubMapping newStub)
void afterStubEdited(StubMapping oldStub, StubMapping newStub)
void beforeStubRemoved(StubMapping stub)
void afterStubRemoved(StubMapping stub)
void beforeStubsReset()
void afterStubsReset()