cucumber.formatter
Class CucumberPrettyFormatter

java.lang.Object
  extended by gherkin.formatter.PrettyFormatter
      extended by cucumber.formatter.CucumberPrettyFormatter
All Implemented Interfaces:
ColorAware, gherkin.formatter.Formatter, gherkin.formatter.Reporter, Closeable

public class CucumberPrettyFormatter
extends gherkin.formatter.PrettyFormatter
implements ColorAware


Constructor Summary
CucumberPrettyFormatter(Appendable out)
           
 
Method Summary
 void setMonochrome(boolean monochrome)
           
 
Methods inherited from class gherkin.formatter.PrettyFormatter
background, close, docString, done, embedding, eof, examples, feature, match, nextRow, result, row, scenario, scenarioOutline, 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

CucumberPrettyFormatter

public CucumberPrettyFormatter(Appendable out)
Method Detail

setMonochrome

public void setMonochrome(boolean monochrome)
Specified by:
setMonochrome in interface ColorAware
Overrides:
setMonochrome in class gherkin.formatter.PrettyFormatter


Copyright © 2012. All Rights Reserved.