gherkin.formatter.model
Class Scenario

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.Scenario
All Implemented Interfaces:
CommentHolder, Serializable

public class Scenario
extends TagStatement

See Also:
Serialized Form

Constructor Summary
Scenario(List<Comment> comments, List<Tag> tags, String keyword, String name, String description, Integer 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

Scenario

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

replay

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


Copyright © 2013. All rights reserved.