cucumber.runtime.ioke
Class IokeStepDefinition

java.lang.Object
  extended by cucumber.runtime.ioke.IokeStepDefinition
All Implemented Interfaces:
StepDefinition

public class IokeStepDefinition
extends Object
implements StepDefinition


Constructor Summary
IokeStepDefinition(IokeBackend iokeBackend, ioke.lang.Runtime ioke, ioke.lang.IokeObject iokeStepDefObject, String location)
           
 
Method Summary
 void execute(Locale locale, Object[] args)
           
 String getLocation()
           
 List<ParameterType> getParameterTypes()
           
 String getPattern()
           
 boolean isDefinedAt(StackTraceElement stackTraceElement)
           
 List<gherkin.formatter.Argument> matchedArguments(gherkin.formatter.model.Step step)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IokeStepDefinition

public IokeStepDefinition(IokeBackend iokeBackend,
                          ioke.lang.Runtime ioke,
                          ioke.lang.IokeObject iokeStepDefObject,
                          String location)
                   throws Throwable
Throws:
Throwable
Method Detail

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.