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

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

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

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

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

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

Constructor parameters in com.tngtech.jgiven.report.html with type arguments of type ScenarioModel
HtmlTocWriter(Map<Tag,List<ScenarioModel>> tagMap, com.tngtech.jgiven.report.html.PackageTocBuilder.PackageToc packageToc, ReportStatistics totalStatistics)
           
 

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.getFailedScenarios()
           
 List<ScenarioModel> ReportModel.getPendingScenarios()
           
 List<ScenarioModel> ReportModel.getScenarios()
           
 List<ScenarioModel> ReportModel.getScenariosWithStatus(ExecutionStatus first, ExecutionStatus... rest)
           
 

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.