|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgherkin.formatter.Mappable
gherkin.formatter.model.BasicStatement
gherkin.formatter.model.DescribedStatement
gherkin.formatter.model.TagStatement
gherkin.formatter.model.Scenario
public class Scenario
| 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, getId, 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 |
|---|
public Scenario(List<Comment> comments,
List<Tag> tags,
String keyword,
String name,
String description,
Integer line,
String id)
| Method Detail |
|---|
public void replay(Formatter formatter)
replay in class BasicStatement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||