cucumber.runtime
Class StepDefinitionMatch
java.lang.Object
gherkin.formatter.Mappable
gherkin.formatter.model.Match
cucumber.runtime.StepDefinitionMatch
public class StepDefinitionMatch
- extends gherkin.formatter.model.Match
Fields inherited from class gherkin.formatter.model.Match |
UNDEFINED |
Methods inherited from class gherkin.formatter.model.Match |
getArguments, getLocation, replay |
Methods inherited from class gherkin.formatter.Mappable |
toMap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StepDefinitionMatch
public StepDefinitionMatch(List<gherkin.formatter.Argument> arguments,
StepDefinition stepDefinition,
String uri,
gherkin.formatter.model.Step step,
LocalizedXStreams localizedXStreams)
runStep
public void runStep(gherkin.I18n i18n)
throws Throwable
- Throws:
Throwable
removeFrameworkFramesAndAppendStepLocation
public Throwable removeFrameworkFramesAndAppendStepLocation(Throwable error,
StackTraceElement stepLocation)
getPattern
public String getPattern()
getStepLocation
public StackTraceElement getStepLocation()
getStepName
public String getStepName()
Copyright © 2012. All Rights Reserved.