gherkin.formatter
Class StepPrinter

java.lang.Object
  extended by gherkin.formatter.StepPrinter

public class StepPrinter
extends Object


Constructor Summary
StepPrinter()
           
 
Method Summary
 void writeStep(NiceAppendable out, Format textFormat, Format argFormat, String stepName, List<Argument> arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepPrinter

public StepPrinter()
Method Detail

writeStep

public void writeStep(NiceAppendable out,
                      Format textFormat,
                      Format argFormat,
                      String stepName,
                      List<Argument> arguments)


Copyright © 2012. All Rights Reserved.