cucumber.runtime.java
Class JavaBackend

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

public class JavaBackend
extends Object
implements Backend


Constructor Summary
JavaBackend(ObjectFactory objectFactory)
           
JavaBackend(ResourceLoader ignored)
           
 
Method Summary
 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

JavaBackend

public JavaBackend(ResourceLoader ignored)

JavaBackend

public JavaBackend(ObjectFactory objectFactory)
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


Copyright © 2012. All Rights Reserved.