gherkin.formatter.model
Class ScenarioOutline

java.lang.Object
  extended by gherkin.formatter.Mappable
      extended by gherkin.formatter.model.BasicStatement
          extended by gherkin.formatter.model.DescribedStatement
              extended by gherkin.formatter.model.TagStatement
                  extended by gherkin.formatter.model.ScenarioOutline
All Implemented Interfaces:
CommentHolder

public class ScenarioOutline
extends TagStatement


Constructor Summary
ScenarioOutline(List<Comment> comments, List<Tag> tags, String keyword, String name, String description, int line, String id)
           
 
Method Summary
 void replay(Formatter formatter)
           
 
Methods inherited from class gherkin.formatter.model.TagStatement
getFirstNonCommentLine, getTags
 
Methods inherited from class gherkin.formatter.model.DescribedStatement
getDescription
 
Methods inherited from class gherkin.formatter.model.BasicStatement
getComments, getKeyword, getLine, getLineRange, getName
 
Methods inherited from class gherkin.formatter.Mappable
toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScenarioOutline

public ScenarioOutline(List<Comment> comments,
                       List<Tag> tags,
                       String keyword,
                       String name,
                       String description,
                       int line,
                       String id)
Method Detail

replay

public void replay(Formatter formatter)
Specified by:
replay in class BasicStatement


Copyright © 2011. All Rights Reserved.