cucumber.runtime.ioke
Class IokeBackend

java.lang.Object
  extended by cucumber.runtime.ioke.IokeBackend
All Implemented Interfaces:
Backend

public class IokeBackend
extends Object
implements Backend


Constructor Summary
IokeBackend(ResourceLoader resourceLoader)
           
 
Method Summary
 void addStepDefinition(Object iokeStepDefObject)
           
 void buildWorld()
           
 void disposeWorld()
           
 String getSnippet(gherkin.formatter.model.Step step)
           
 void loadGlue(Glue glue, List<String> gluePaths)
           
 void setUnreportedStepExecutor(UnreportedStepExecutor executor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IokeBackend

public IokeBackend(ResourceLoader resourceLoader)
Method Detail

loadGlue

public void loadGlue(Glue glue,
                     List<String> gluePaths)
Specified by:
loadGlue in interface Backend

setUnreportedStepExecutor

public void setUnreportedStepExecutor(UnreportedStepExecutor executor)
Specified by:
setUnreportedStepExecutor in interface Backend

buildWorld

public void buildWorld()
Specified by:
buildWorld in interface Backend

disposeWorld

public void disposeWorld()
Specified by:
disposeWorld in interface Backend

getSnippet

public String getSnippet(gherkin.formatter.model.Step step)
Specified by:
getSnippet in interface Backend

addStepDefinition

public void addStepDefinition(Object iokeStepDefObject)
                       throws Throwable
Throws:
Throwable


Copyright © 2012. All Rights Reserved.