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, run
public UnskipableStep(HookType hookType, cucumber.runtime.DefinitionMatch definitionMatch)
protected Result.Type executeStep(String language, Scenario scenario, boolean skipSteps) throws Throwable
executeStep
in class TestStep
Throwable
public gherkin.pickles.PickleStep getPickleStep()
getPickleStep
in class TestStep
public String getStepLocation()
getStepLocation
in class TestStep
public int getStepLine()
getStepLine
in class TestStep
public String getStepText()
getStepText
in class TestStep
public List<gherkin.pickles.Argument> getStepArgument()
getStepArgument
in class TestStep
public HookType getHookType()
getHookType
in class TestStep
Copyright © 2017. All Rights Reserved.