Uses of Interface
com.tngtech.jgiven.report.json.ReportModelFileHandler

Packages that use ReportModelFileHandler
com.tngtech.jgiven.report.html   
com.tngtech.jgiven.report.json   
com.tngtech.jgiven.report.text   
 

Uses of ReportModelFileHandler in com.tngtech.jgiven.report.html
 

Classes in com.tngtech.jgiven.report.html that implement ReportModelFileHandler
 class SingleFileHtmlReportGenerator
          Writes all scenarios into a single file.
 class StaticHtmlReportGenerator
           
 

Uses of ReportModelFileHandler in com.tngtech.jgiven.report.json
 

Methods in com.tngtech.jgiven.report.json with parameters of type ReportModelFileHandler
 void JsonModelTraverser.traverseModels(File sourceDir, ReportModelFileHandler handler)
           
 

Uses of ReportModelFileHandler in com.tngtech.jgiven.report.text
 

Classes in com.tngtech.jgiven.report.text that implement ReportModelFileHandler
 class PlainTextReportGenerator
           
 



Copyright © 2014 TNG Technology Consulting. All rights reserved.