Constructor and Description |
---|
FormatterListener(Formatter formatter) |
Modifier and Type | Method and Description |
---|---|
void |
background(String keyword,
String name,
String description,
Integer line) |
void |
comment(String comment,
Integer line) |
void |
docString(String contentType,
String content,
Integer line) |
void |
eof() |
void |
examples(String keyword,
String name,
String description,
Integer line) |
void |
feature(String keyword,
String name,
String description,
Integer line) |
void |
row(List<String> cells,
Integer line) |
void |
scenario(String keyword,
String name,
String description,
Integer line) |
void |
scenarioOutline(String keyword,
String name,
String description,
Integer line) |
void |
step(String keyword,
String name,
Integer line) |
void |
syntaxError(String state,
String event,
List<String> legalEvents,
String uri,
Integer line)
Not part of the API.
|
void |
tag(String tag,
Integer line) |
public FormatterListener(Formatter formatter)
public void background(String keyword, String name, String description, Integer line)
background
in interface Listener
public void scenarioOutline(String keyword, String name, String description, Integer line)
scenarioOutline
in interface Listener
Copyright © 2019. All rights reserved.