|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Formatter
This is the interface you should implement if you want your own custom formatter.
| Method Summary | |
|---|---|
void |
background(Background background)
|
void |
close()
Closes all underlying streams. |
void |
done()
Indicates that the last file has been processed. |
void |
eof()
Indicates the End-Of-File for a Gherkin document (.feature file) |
void |
examples(Examples examples)
|
void |
feature(Feature feature)
|
void |
scenario(Scenario scenario)
|
void |
scenarioOutline(ScenarioOutline scenarioOutline)
|
void |
step(Step step)
|
void |
syntaxError(String state,
String event,
List<String> legalEvents,
String uri,
Integer line)
|
void |
uri(String uri)
|
| Method Detail |
|---|
void uri(String uri)
void feature(Feature feature)
void background(Background background)
void scenario(Scenario scenario)
void scenarioOutline(ScenarioOutline scenarioOutline)
void examples(Examples examples)
void step(Step step)
void eof()
void syntaxError(String state,
String event,
List<String> legalEvents,
String uri,
Integer line)
void done()
void close()
close in interface Closeable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||