public class PickleStepDefinitionMatch extends Object implements cucumber.runtime.StepDefinitionMatch
| Modifier and Type | Field and Description |
|---|---|
static cucumber.runner.Match |
UNDEFINED |
| Constructor and Description |
|---|
PickleStepDefinitionMatch(List<io.cucumber.stepexpression.Argument> arguments,
StepDefinition stepDefinition,
String featurePath,
gherkin.pickles.PickleStep step) |
| Modifier and Type | Method and Description |
|---|---|
void |
dryRunStep(cucumber.api.Scenario scenario) |
List<io.cucumber.stepexpression.Argument> |
getArguments() |
String |
getCodeLocation() |
String |
getLocation() |
cucumber.runner.Match |
getMatch() |
String |
getPattern() |
void |
runStep(cucumber.api.Scenario scenario) |
public PickleStepDefinitionMatch(List<io.cucumber.stepexpression.Argument> arguments, StepDefinition stepDefinition, String featurePath, gherkin.pickles.PickleStep step)
public void runStep(cucumber.api.Scenario scenario)
throws Throwable
runStep in interface cucumber.runtime.StepDefinitionMatchThrowablepublic void dryRunStep(cucumber.api.Scenario scenario)
throws Throwable
dryRunStep in interface cucumber.runtime.StepDefinitionMatchThrowablepublic String getPattern()
public cucumber.runner.Match getMatch()
public String getCodeLocation()
getCodeLocation in interface cucumber.runtime.StepDefinitionMatchpublic List<io.cucumber.stepexpression.Argument> getArguments()
public String getLocation()
Copyright © 2023 NoraUi. All rights reserved.