Json

Constructors

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

Members

Functions

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

Inherited Members

From Formatter

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

Meta