cucumber.runtime.java
Class JavaBackend
java.lang.Object
cucumber.runtime.java.JavaBackend
- All Implemented Interfaces:
- Backend
public class JavaBackend
- extends Object
- implements Backend
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaBackend
public JavaBackend(ResourceLoader ignored)
JavaBackend
public JavaBackend(ObjectFactory objectFactory)
loadGlue
public void loadGlue(Glue glue,
List<String> gluePaths)
- Specified by:
loadGlue
in interface Backend
loadGlue
public void loadGlue(Glue glue,
Method method)
- Convenience method for frameworks that wish to load glue from methods explicitly (possibly
found with a different mechanism than Cucumber's built-in classpath scanning).
- Parameters:
glue
- where stepdefs and hooks will be added.method
- a candidate method.
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.