cucumber.runtime
Interface Backend


public interface Backend


Method Summary
 void buildWorld(java.util.List<java.lang.String> gluePaths, World world)
          Invoked before a new scenario starts.
 void disposeWorld()
           
 java.lang.String getSnippet(gherkin.formatter.model.Step step)
           
 

Method Detail

buildWorld

void buildWorld(java.util.List<java.lang.String> gluePaths,
                World world)
Invoked before a new scenario starts. Implementations should do any necessary setup of new, isolated state here.

Parameters:
gluePaths - where to load from
world - into where

disposeWorld

void disposeWorld()

getSnippet

java.lang.String getSnippet(gherkin.formatter.model.Step step)