Package com.tngtech.jgiven.report.model
Class ReportModel
java.lang.Object
com.tngtech.jgiven.report.model.ReportModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ReportModelVisitor visitor) voidaddScenarioModel(ScenarioModel currentScenarioModel) voidaddScenarioModelOrMergeWithExistingOne(ScenarioModel scenarioModel) voidvoidfindScenarioModel(String scenarioDescription) getName()getScenariosWithStatus(ExecutionStatus first, ExecutionStatus... rest) getTagWithId(String tagId) voidsetClassName(String className) voidsetDescription(String description) voidvoidsetScenarios(List<ScenarioModel> scenarios) voidvoidsetTestClass(Class<?> testClass)
-
Constructor Details
-
ReportModel
public ReportModel()
-
-
Method Details
-
accept
-
getLastScenarioModel
-
findScenarioModel
-
getFirstStepModelOfLastScenario
-
addScenarioModel
-
getSimpleClassName
-
getDescription
-
setDescription
-
getClassName
-
setClassName
-
getScenarios
-
setScenarios
-
getPackageName
-
getFailedScenarios
-
getPendingScenarios
-
getScenariosWithStatus
-
addTag
-
addTags
-
getTagWithId
-
getTagMap
-
setTagMap
-
addScenarioModelOrMergeWithExistingOne
-
setTestClass
-
getName
-
setName
-