gherkin.formatter.model
Class Background

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.Background
All Implemented Interfaces:
CommentHolder

public class Background
extends DescribedStatement


Constructor Summary
Background(List<Comment> comments, String keyword, String name, String description, Integer line)
           
 
Method Summary
 void replay(Formatter formatter)
           
 
Methods inherited from class gherkin.formatter.model.DescribedStatement
getDescription
 
Methods inherited from class gherkin.formatter.model.BasicStatement
getComments, getFirstNonCommentLine, 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

Background

public Background(List<Comment> comments,
                  String keyword,
                  String name,
                  String description,
                  Integer line)
Method Detail

replay

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


Copyright © 2012. All Rights Reserved.