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(java.util.List<gherkin.formatter.Argument> arguments,
StepDefinition stepDefinition,
java.lang.String uri,
gherkin.formatter.model.Step step,
LocalizedXStreams localizedXStreams)
runStep
public void runStep(java.util.Locale locale)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
filterStacktrace
public java.lang.Throwable filterStacktrace(java.lang.Throwable error,
java.lang.StackTraceElement stepLocation)
getPattern
public java.lang.String getPattern()
getStepLocation
public java.lang.StackTraceElement getStepLocation()