gherkin.formatter.model
Class Examples.Builder
java.lang.Object
gherkin.formatter.model.Examples.Builder
- All Implemented Interfaces:
- Builder
- Enclosing class:
- Examples
public static class Examples.Builder
- extends Object
- implements Builder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Examples.Builder
public Examples.Builder(List<Comment> comments,
List<Tag> tags,
String keyword,
String name,
String description,
Integer line,
String id)
row
public void row(List<Comment> comments,
List<String> cells,
Integer line,
String id)
- Specified by:
row in interface Builder
replay
public void replay(Formatter formatter)
- Specified by:
replay in interface Builder
docString
public void docString(DocString docString)
- Specified by:
docString in interface Builder
Copyright © 2013. All rights reserved.