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, run
public 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 TestStep
java.lang.Throwable
public gherkin.pickles.PickleStep getPickleStep()
getPickleStep
in class TestStep
public java.lang.String getStepLocation()
getStepLocation
in class TestStep
public int getStepLine()
getStepLine
in class TestStep
public java.lang.String getStepText()
getStepText
in class TestStep
public java.util.List<gherkin.pickles.Argument> getStepArgument()
getStepArgument
in class TestStep
public HookType getHookType()
getHookType
in class TestStep
Copyright © 2017. All Rights Reserved.