public class DeveloperStepListener extends Object implements minium.cucumber.StepListener
| Constructor and Description |
|---|
DeveloperStepListener(org.springframework.messaging.core.MessageSendingOperations<String> messagingTemplate,
String sessionId,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterStep(gherkin.formatter.model.Step step,
gherkin.formatter.model.Result result) |
void |
beforeStep(gherkin.formatter.model.Step step) |
void |
exampleStep(int line) |
void |
failedExampleStep(int line) |
void |
failedStep(gherkin.formatter.model.Step step,
Throwable error) |
void |
ignoredStep(gherkin.formatter.model.Step step) |
public void beforeStep(gherkin.formatter.model.Step step)
beforeStep in interface minium.cucumber.StepListenerpublic void afterStep(gherkin.formatter.model.Step step,
gherkin.formatter.model.Result result)
afterStep in interface minium.cucumber.StepListenerpublic void ignoredStep(gherkin.formatter.model.Step step)
ignoredStep in interface minium.cucumber.StepListenerpublic void failedStep(gherkin.formatter.model.Step step,
Throwable error)
failedStep in interface minium.cucumber.StepListenerpublic void exampleStep(int line)
exampleStep in interface minium.cucumber.StepListenerpublic void failedExampleStep(int line)
failedExampleStep in interface minium.cucumber.StepListenerCopyright © 2019 VILT Group. All rights reserved.