public class Formatter extends Object implements gherkin.formatter.Formatter
| Modifier and Type | Method and Description |
|---|---|
void |
background(gherkin.formatter.model.Background background) |
void |
close() |
void |
done() |
void |
endOfScenarioLifeCycle(gherkin.formatter.model.Scenario scenario) |
void |
eof() |
void |
examples(gherkin.formatter.model.Examples examples) |
void |
feature(gherkin.formatter.model.Feature feature) |
void |
scenario(gherkin.formatter.model.Scenario scenario) |
void |
scenarioOutline(gherkin.formatter.model.ScenarioOutline scenarioOutline) |
void |
startOfScenarioLifeCycle(gherkin.formatter.model.Scenario scenario) |
void |
step(gherkin.formatter.model.Step step) |
void |
syntaxError(String s,
String s1,
List<String> list,
String s2,
Integer integer) |
void |
uri(String s) |
public Formatter(File destination)
public void syntaxError(String s, String s1, List<String> list, String s2, Integer integer)
syntaxError in interface gherkin.formatter.Formatterpublic void uri(String s)
uri in interface gherkin.formatter.Formatterpublic void feature(gherkin.formatter.model.Feature feature)
feature in interface gherkin.formatter.Formatterpublic void scenarioOutline(gherkin.formatter.model.ScenarioOutline scenarioOutline)
scenarioOutline in interface gherkin.formatter.Formatterpublic void examples(gherkin.formatter.model.Examples examples)
examples in interface gherkin.formatter.Formatterpublic void startOfScenarioLifeCycle(gherkin.formatter.model.Scenario scenario)
startOfScenarioLifeCycle in interface gherkin.formatter.Formatterpublic void endOfScenarioLifeCycle(gherkin.formatter.model.Scenario scenario)
endOfScenarioLifeCycle in interface gherkin.formatter.Formatterpublic void background(gherkin.formatter.model.Background background)
background in interface gherkin.formatter.Formatterpublic void scenario(gherkin.formatter.model.Scenario scenario)
scenario in interface gherkin.formatter.Formatterpublic void step(gherkin.formatter.model.Step step)
step in interface gherkin.formatter.Formatterpublic void done()
done in interface gherkin.formatter.Formatterpublic void close()
close in interface gherkin.formatter.Formatterclose in interface Closeableclose in interface AutoCloseablepublic void eof()
eof in interface gherkin.formatter.FormatterCopyright © 2018. All rights reserved.