cucumber.runtime.java
Class JavaBackend
java.lang.Object
cucumber.runtime.java.JavaBackend
- All Implemented Interfaces:
- cucumber.runtime.Backend
public class JavaBackend
- extends java.lang.Object
- implements cucumber.runtime.Backend
Method Summary |
void |
buildWorld(java.util.List<java.lang.String> gluePaths,
cucumber.runtime.World world)
|
void |
disposeWorld()
|
java.lang.String |
getSnippet(gherkin.formatter.model.Step step)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaBackend
public JavaBackend(cucumber.io.ResourceLoader ignored)
JavaBackend
public JavaBackend(ObjectFactory objectFactory)
buildWorld
public void buildWorld(java.util.List<java.lang.String> gluePaths,
cucumber.runtime.World world)
- Specified by:
buildWorld
in interface cucumber.runtime.Backend
disposeWorld
public void disposeWorld()
- Specified by:
disposeWorld
in interface cucumber.runtime.Backend
getSnippet
public java.lang.String getSnippet(gherkin.formatter.model.Step step)
- Specified by:
getSnippet
in interface cucumber.runtime.Backend