cucumber.runtime.model
Class CucumberTagStatement

java.lang.Object
  extended by cucumber.runtime.model.StepContainer
      extended by cucumber.runtime.model.CucumberTagStatement
Direct Known Subclasses:
CucumberScenario, CucumberScenarioOutline

public abstract class CucumberTagStatement
extends StepContainer


Field Summary
protected  gherkin.formatter.model.TagStatement tagStatement
           
 
Fields inherited from class cucumber.runtime.model.StepContainer
cucumberFeature
 
Constructor Summary
CucumberTagStatement(CucumberFeature cucumberFeature, gherkin.formatter.model.TagStatement tagStatement)
           
CucumberTagStatement(CucumberFeature cucumberFeature, gherkin.formatter.model.TagStatement tagStatement, gherkin.formatter.model.Row example)
           
 
Method Summary
 java.lang.String getVisualName()
           
abstract  void run(gherkin.formatter.Formatter formatter, gherkin.formatter.Reporter reporter, Runtime runtime)
           
protected  java.util.Set<java.lang.String> 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
 

Field Detail

tagStatement

protected final gherkin.formatter.model.TagStatement tagStatement
Constructor Detail

CucumberTagStatement

public CucumberTagStatement(CucumberFeature cucumberFeature,
                            gherkin.formatter.model.TagStatement tagStatement)

CucumberTagStatement

public CucumberTagStatement(CucumberFeature cucumberFeature,
                            gherkin.formatter.model.TagStatement tagStatement,
                            gherkin.formatter.model.Row example)
Method Detail

tags

protected java.util.Set<java.lang.String> tags()

getVisualName

public java.lang.String getVisualName()

run

public abstract void run(gherkin.formatter.Formatter formatter,
                         gherkin.formatter.Reporter reporter,
                         Runtime runtime)