cucumber.runtime.ioke
Class IokeStepDefinition
java.lang.Object
cucumber.runtime.ioke.IokeStepDefinition
- All Implemented Interfaces:
- StepDefinition
public class IokeStepDefinition
- extends Object
- implements StepDefinition
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IokeStepDefinition
public IokeStepDefinition(IokeBackend iokeBackend,
ioke.lang.Runtime ioke,
ioke.lang.IokeObject iokeStepDefObject,
String location)
throws Throwable
- Throws:
Throwable
getPattern
public String getPattern()
- Specified by:
getPattern in interface StepDefinition
matchedArguments
public List<gherkin.formatter.Argument> matchedArguments(gherkin.formatter.model.Step step)
- Specified by:
matchedArguments in interface StepDefinition
getLocation
public String getLocation()
- Specified by:
getLocation in interface StepDefinition
getParameterTypes
public List<ParameterType> getParameterTypes()
- Specified by:
getParameterTypes in interface StepDefinition
execute
public void execute(Locale locale,
Object[] args)
throws Throwable
- Specified by:
execute in interface StepDefinition
- Throws:
Throwable
isDefinedAt
public boolean isDefinedAt(StackTraceElement stackTraceElement)
- Specified by:
isDefinedAt in interface StepDefinition
Copyright © 2012. All Rights Reserved.