com.tngtech.jgiven.report.text
Class PlainTextWriter

java.lang.Object
  extended by com.tngtech.jgiven.report.model.ReportModelVisitor
      extended by com.tngtech.jgiven.report.text.PlainTextWriter
Direct Known Subclasses:
PlainTextReporter, PlainTextScenarioWriter

public class PlainTextWriter
extends ReportModelVisitor


Field Summary
protected  boolean withColor
           
protected  PrintWriter writer
           
 
Constructor Summary
PlainTextWriter(PrintWriter printWriter, boolean withColor)
           
 
Method Summary
 
Methods inherited from class com.tngtech.jgiven.report.model.ReportModelVisitor
visit, visit, visit, visit, visitEnd, visitEnd, visitEnd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

writer

protected final PrintWriter writer

withColor

protected final boolean withColor
Constructor Detail

PlainTextWriter

public PlainTextWriter(PrintWriter printWriter,
                       boolean withColor)


Copyright © 2014 TNG Technology Consulting. All rights reserved.