|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgherkin.formatter.PrettyFormatter
com.excella.gradle.cucumber.AsYouGoFormatter
public class AsYouGoFormatter
A PrettyFormatter, which attempts to flush the output at various stages of the execution. Otherwise, it usually gets buffered and you only see it when everything is finished.
| Constructor Summary | |
|---|---|
AsYouGoFormatter(java.lang.Appendable out)
|
|
| Method Summary | |
|---|---|
void |
background(gherkin.formatter.model.Background background)
|
void |
eof()
|
void |
scenario(gherkin.formatter.model.Scenario scenario)
|
void |
scenarioOutline(gherkin.formatter.model.ScenarioOutline scenarioOutline)
|
| Methods inherited from class gherkin.formatter.PrettyFormatter |
|---|
after, before, close, docString, done, embedding, endOfScenarioLifeCycle, examples, feature, match, nextRow, result, row, setMonochrome, startOfScenarioLifeCycle, step, syntaxError, table, uri, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsYouGoFormatter(java.lang.Appendable out)
| Method Detail |
|---|
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
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||