cucumber.runtime.model
Class CucumberScenarioOutline

java.lang.Object
  extended by cucumber.runtime.model.StepContainer
      extended by cucumber.runtime.model.CucumberTagStatement
          extended by cucumber.runtime.model.CucumberScenarioOutline

public class CucumberScenarioOutline
extends CucumberTagStatement


Field Summary
 
Fields inherited from class cucumber.runtime.model.CucumberTagStatement
tagStatement
 
Fields inherited from class cucumber.runtime.model.StepContainer
cucumberFeature
 
Constructor Summary
CucumberScenarioOutline(CucumberFeature cucumberFeature, CucumberBackground cucumberBackground, gherkin.formatter.model.ScenarioOutline scenarioOutline)
           
 
Method Summary
 void examples(gherkin.formatter.model.Examples examples)
           
 java.util.List<CucumberExamples> getCucumberExamplesList()
           
 void run(gherkin.formatter.Formatter formatter, gherkin.formatter.Reporter reporter, Runtime runtime)
           
 
Methods inherited from class cucumber.runtime.model.CucumberTagStatement
getVisualName, tags
 
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

CucumberScenarioOutline

public CucumberScenarioOutline(CucumberFeature cucumberFeature,
                               CucumberBackground cucumberBackground,
                               gherkin.formatter.model.ScenarioOutline scenarioOutline)
Method Detail

examples

public void examples(gherkin.formatter.model.Examples examples)

getCucumberExamplesList

public java.util.List<CucumberExamples> getCucumberExamplesList()

run

public void run(gherkin.formatter.Formatter formatter,
                gherkin.formatter.Reporter reporter,
                Runtime runtime)
Specified by:
run in class CucumberTagStatement