Progress

Constructors

this
this(bool noColor, bool noSnippets, bool noSource)

Members

Functions

color
string color(string result)
comment
void comment(Comment comment)
emptyLine
void emptyLine()
examples
void examples(Examples examples)
feature
void feature(Feature feature)
scenario
void scenario(ref Scenario scenario)
scenarioOutline
void scenarioOutline(ref Scenario scenario)
step
void step(Step step, StepResult stepResult)
summarizeResult
void summarizeResult(RunResult result)
tableRow
void tableRow(TableRow tableRow, ref TableRow[] table, string color)
tableRow
void tableRow(TableRow tableRow, ref TableRow[] table, ScenarioResult scenarioResult)

Inherited Members

From Formatter

feature
void feature(Feature)
scenario
void scenario(ref Scenario)
scenarioOutline
void scenarioOutline(ref Scenario)
examples
void examples(Examples)
tableRow
void tableRow(TableRow, ref TableRow[], string)
tableRow
void tableRow(TableRow, ref TableRow[], ScenarioResult)
step
void step(Step, StepResult)
emptyLine
void emptyLine()
comment
void comment(Comment)
summarizeResult
void summarizeResult(RunResult)
color
string color(string)
resultSummary
string resultSummary(ResultSummary summary)
runResult
void runResult(RunResult runResult)

Meta