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(String language,
Scenario scenario,
boolean skipSteps) |
HookType |
getHookType() |
gherkin.pickles.PickleStep |
getPickleStep() |
List<gherkin.pickles.Argument> |
getStepArgument() |
int |
getStepLine() |
String |
getStepLocation() |
String |
getStepText() |
boolean |
isHook() |
getCodeLocation, getDefinitionArgument, getPattern, nonExceptionStatus, runpublic UnskipableStep(HookType hookType, cucumber.runtime.DefinitionMatch definitionMatch)
protected Result.Type executeStep(String language, Scenario scenario, boolean skipSteps) throws Throwable
executeStep in class TestStepThrowablepublic gherkin.pickles.PickleStep getPickleStep()
getPickleStep in class TestSteppublic String getStepLocation()
getStepLocation in class TestSteppublic int getStepLine()
getStepLine in class TestSteppublic String getStepText()
getStepText in class TestSteppublic List<gherkin.pickles.Argument> getStepArgument()
getStepArgument in class TestSteppublic HookType getHookType()
getHookType in class TestStepCopyright © 2018. All rights reserved.