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

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

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

Methods in com.tngtech.jgiven.report.html with parameters of type ScenarioModel
static String HtmlWriter.toString(ScenarioModel model)
           
 void ScenarioHtmlWriter.visit(ScenarioModel scenarioModel)
           
 void HtmlWriter.visit(ScenarioModel scenarioModel)
           
 void ScenarioHtmlWriter.visitEnd(ScenarioModel scenarioModel)
           
 void DataTableScenarioHtmlWriter.visitEnd(ScenarioModel scenarioModel)
           
 void HtmlWriter.write(ScenarioModel model)
           
 

Constructor parameters in com.tngtech.jgiven.report.html with type arguments of type ScenarioModel
HtmlTocWriter(Map<Tag,List<ScenarioModel>> tagMap, List<com.tngtech.jgiven.report.html.StaticHtmlReportGenerator.ModelFile> models)
           
 

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

Methods in com.tngtech.jgiven.report.impl with parameters of type ScenarioModel
 void CaseArgumentAnalyser.analyze(ScenarioModel scenarioModel)
           
 

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

Methods in com.tngtech.jgiven.report.model that return ScenarioModel
 ScenarioModel ReportModel.getLastScenarioModel()
           
 

Methods in com.tngtech.jgiven.report.model that return types with arguments of type ScenarioModel
 com.google.common.base.Optional<ScenarioModel> ReportModel.findScenarioModel(String scenarioDescription)
           
 List<ScenarioModel> ReportModel.getScenarios()
           
 

Methods in com.tngtech.jgiven.report.model with parameters of type ScenarioModel
 void ReportModel.addScenarioModel(ScenarioModel currentScenarioModel)
           
 void ReportModelVisitor.visit(ScenarioModel scenarioModel)
           
 void ReportModelVisitor.visitEnd(ScenarioModel scenarioModel)
           
 

Method parameters in com.tngtech.jgiven.report.model with type arguments of type ScenarioModel
 ReportStatistics StatisticsCalculator.getStatistics(List<ScenarioModel> models)
           
 void ReportModel.setScenarios(List<ScenarioModel> scenarios)
           
 

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

Fields in com.tngtech.jgiven.report.text declared as ScenarioModel
protected  ScenarioModel PlainTextScenarioWriter.currentScenarioModel
           
 

Methods in com.tngtech.jgiven.report.text with parameters of type ScenarioModel
 void PlainTextScenarioWriter.visit(ScenarioModel scenarioModel)
           
 void PlainTextReporter.visit(ScenarioModel scenarioModel)
           
 void DataTablePlainTextScenarioWriter.visitEnd(ScenarioModel scenarioModel)
           
 void PlainTextReporter.write(ScenarioModel scenarioModel)
           
 



Copyright © 2014 TNG Technology Consulting. All rights reserved.