com.tngtech.jgiven.report.html
Class HtmlTocWriter

java.lang.Object
  extended by com.tngtech.jgiven.report.html.HtmlTocWriter

public class HtmlTocWriter
extends java.lang.Object


Field Summary
protected  java.io.PrintWriter writer
           
 
Constructor Summary
HtmlTocWriter(java.util.Map<Tag,java.util.List<ScenarioModel>> tagMap, com.tngtech.jgiven.report.html.PackageTocBuilder.PackageToc packageToc, ReportStatistics totalStatistics)
           
 
Method Summary
 java.util.List<Tag> getSortedTags()
           
 void writeToc(java.io.PrintWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

writer

protected java.io.PrintWriter writer
Constructor Detail

HtmlTocWriter

public HtmlTocWriter(java.util.Map<Tag,java.util.List<ScenarioModel>> tagMap,
                     com.tngtech.jgiven.report.html.PackageTocBuilder.PackageToc packageToc,
                     ReportStatistics totalStatistics)
Method Detail

writeToc

public void writeToc(java.io.PrintWriter writer)

getSortedTags

public java.util.List<Tag> getSortedTags()