cucumber.runtime.model
Class CucumberTagStatement
java.lang.Object
cucumber.runtime.model.StepContainer
cucumber.runtime.model.CucumberTagStatement
- Direct Known Subclasses:
- CucumberScenario, CucumberScenarioOutline
public abstract class CucumberTagStatement
- extends StepContainer
|
Field Summary |
protected gherkin.formatter.model.TagStatement |
tagStatement
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tagStatement
protected final gherkin.formatter.model.TagStatement tagStatement
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)
tagsAndInheritedTags
protected Set<gherkin.formatter.model.Tag> tagsAndInheritedTags()
getVisualName
public String getVisualName()
run
public abstract void run(gherkin.formatter.Formatter formatter,
gherkin.formatter.Reporter reporter,
Runtime runtime)
Copyright © 2012. All Rights Reserved.