public class AsYouGoFormatter
extends gherkin.formatter.PrettyFormatter
| Constructor and Description |
|---|
AsYouGoFormatter(java.lang.Appendable out) |
| Modifier and Type | Method and Description |
|---|---|
void |
background(gherkin.formatter.model.Background background) |
void |
eof() |
void |
scenario(gherkin.formatter.model.Scenario scenario) |
void |
scenarioOutline(gherkin.formatter.model.ScenarioOutline scenarioOutline) |
public void background(gherkin.formatter.model.Background background)
background in interface gherkin.formatter.Formatterbackground in class gherkin.formatter.PrettyFormatterpublic void scenario(gherkin.formatter.model.Scenario scenario)
scenario in interface gherkin.formatter.Formatterscenario in class gherkin.formatter.PrettyFormatterpublic void scenarioOutline(gherkin.formatter.model.ScenarioOutline scenarioOutline)
scenarioOutline in interface gherkin.formatter.FormatterscenarioOutline in class gherkin.formatter.PrettyFormatterpublic void eof()
eof in interface gherkin.formatter.Formattereof in class gherkin.formatter.PrettyFormatter