gherkin.formatter
Class JSONPrettyFormatter

java.lang.Object
  extended by gherkin.formatter.JSONFormatter
      extended by gherkin.formatter.JSONPrettyFormatter
All Implemented Interfaces:
Formatter, Reporter, Closeable

public class JSONPrettyFormatter
extends JSONFormatter


Constructor Summary
JSONPrettyFormatter(Appendable out)
           
 
Method Summary
protected  gherkin.deps.com.google.gson.Gson gson()
           
 
Methods inherited from class gherkin.formatter.JSONFormatter
after, background, before, close, done, embedding, eof, examples, feature, match, result, scenario, scenarioOutline, step, syntaxError, uri, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONPrettyFormatter

public JSONPrettyFormatter(Appendable out)
Method Detail

gson

protected gherkin.deps.com.google.gson.Gson gson()
Overrides:
gson in class JSONFormatter


Copyright © 2012. All Rights Reserved.