cucumber.runtime.model
Class CucumberBackground

java.lang.Object
  extended by cucumber.runtime.model.StepContainer
      extended by cucumber.runtime.model.CucumberBackground

public class CucumberBackground
extends StepContainer


Field Summary
 
Fields inherited from class cucumber.runtime.model.StepContainer
cucumberFeature
 
Constructor Summary
CucumberBackground(CucumberFeature cucumberFeature, gherkin.formatter.model.Background background)
           
 
Method Summary
 
Methods inherited from class cucumber.runtime.model.StepContainer
format, formatAndRunSteps, getSteps, runStep, step
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CucumberBackground

public CucumberBackground(CucumberFeature cucumberFeature,
                          gherkin.formatter.model.Background background)