Uses of Class
com.tngtech.jgiven.report.model.ReportModel

Packages that use ReportModel
com.tngtech.jgiven.impl   
com.tngtech.jgiven.report.html   
com.tngtech.jgiven.report.impl   
com.tngtech.jgiven.report.json   
com.tngtech.jgiven.report.model   
com.tngtech.jgiven.report.text   
 

Uses of ReportModel in com.tngtech.jgiven.impl
 

Methods in com.tngtech.jgiven.impl that return ReportModel
 ReportModel ScenarioBase.getModel()
           
 

Methods in com.tngtech.jgiven.impl with parameters of type ReportModel
 void ScenarioBase.setModel(ReportModel scenarioCollectionModel)
           
 

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

Methods in com.tngtech.jgiven.report.html with parameters of type ReportModel
 void SingleFileHtmlReportGenerator.handleReportModel(ReportModel model, File file)
           
 void StaticHtmlReportGenerator.handleReportModel(ReportModel model, File file)
           
static String HtmlWriter.toString(ReportModel model)
           
 void HtmlWriter.visit(ReportModel reportModel)
           
 void HtmlWriter.visitEnd(ReportModel reportModel)
           
 void HtmlWriter.write(ReportModel model, HtmlTocWriter htmlTocWriter)
           
static void HtmlWriter.writeModelToFile(ReportModel model, HtmlTocWriter tocWriter, File file)
           
static void HtmlWriter.writeToFile(File file, ReportModel model, HtmlTocWriter htmlTocWriter)
           
 

Uses of ReportModel in com.tngtech.jgiven.report.impl
 

Methods in com.tngtech.jgiven.report.impl with parameters of type ReportModel
 void CaseArgumentAnalyser.analyze(ReportModel model)
           
 void CommonReportHelper.finishReport(ReportModel model)
           
 

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

Methods in com.tngtech.jgiven.report.json that return ReportModel
 ReportModel ScenarioJsonReader.apply(File file)
           
 

Methods in com.tngtech.jgiven.report.json with parameters of type ReportModel
 void ReportModelFileHandler.handleReportModel(ReportModel model, File file)
           
 

Constructors in com.tngtech.jgiven.report.json with parameters of type ReportModel
ScenarioJsonWriter(ReportModel model)
           
 

Uses of ReportModel in com.tngtech.jgiven.report.model
 

Fields in com.tngtech.jgiven.report.model declared as ReportModel
 ReportModel ReportModelFile.model
           
 

Methods in com.tngtech.jgiven.report.model that return ReportModel
 ReportModel ReportModelBuilder.getScenarioCollectionModel()
           
 

Methods in com.tngtech.jgiven.report.model with parameters of type ReportModel
 ReportStatistics StatisticsCalculator.getStatistics(ReportModel model)
           
 void ReportModelBuilder.setReportModel(ReportModel reportModel)
           
 void ReportModelVisitor.visit(ReportModel reportModel)
           
 void ReportModelVisitor.visitEnd(ReportModel testCaseModel)
           
 

Constructors in com.tngtech.jgiven.report.model with parameters of type ReportModel
ReportModelBuilder(ReportModel scenarioCollectionModel)
           
 

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

Methods in com.tngtech.jgiven.report.text with parameters of type ReportModel
 void PlainTextReportGenerator.handleReportModel(ReportModel model, File file)
           
static String PlainTextReporter.toString(ReportModel model)
           
 void PlainTextReporter.visit(ReportModel multiScenarioModel)
           
 PlainTextReporter PlainTextReporter.write(ReportModel model)
           
 



Copyright © 2014 TNG Technology Consulting. All rights reserved.