public class UnskipableStep extends TestStep
definitionMatch| Constructor and Description |
|---|
UnskipableStep(HookType hookType,
cucumber.runtime.DefinitionMatch definitionMatch) |
| Modifier and Type | Method and Description |
|---|---|
protected Result.Type |
executeStep(java.lang.String language,
Scenario scenario,
boolean skipSteps) |
HookType |
getHookType() |
gherkin.pickles.PickleStep |
getPickleStep() |
java.util.List<gherkin.pickles.Argument> |
getStepArgument() |
int |
getStepLine() |
java.lang.String |
getStepLocation() |
java.lang.String |
getStepText() |
boolean |
isHook() |
getCodeLocation, getDefinitionArgument, getPattern, nonExceptionStatus, runpublic UnskipableStep(HookType hookType, cucumber.runtime.DefinitionMatch definitionMatch)
protected Result.Type executeStep(java.lang.String language, Scenario scenario, boolean skipSteps) throws java.lang.Throwable
executeStep in class TestStepjava.lang.Throwablepublic gherkin.pickles.PickleStep getPickleStep()
getPickleStep in class TestSteppublic java.lang.String getStepLocation()
getStepLocation in class TestSteppublic int getStepLine()
getStepLine in class TestSteppublic java.lang.String getStepText()
getStepText in class TestSteppublic java.util.List<gherkin.pickles.Argument> getStepArgument()
getStepArgument in class TestSteppublic HookType getHookType()
getHookType in class TestStepCopyright © 2017. All Rights Reserved.