Package com.tngtech.jgiven.report.model
Class ReportModel
java.lang.Object
com.tngtech.jgiven.report.model.ReportModel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ReportModelVisitor visitor) void
addScenarioModel
(ScenarioModel currentScenarioModel) void
addScenarioModelOrMergeWithExistingOne
(ScenarioModel scenarioModel) void
void
findScenarioModel
(String scenarioDescription) getName()
getScenariosWithStatus
(ExecutionStatus first, ExecutionStatus... rest) getTagWithId
(String tagId) void
setClassName
(String className) void
setDescription
(String description) void
void
setScenarios
(List<ScenarioModel> scenarios) void
void
setTestClass
(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
-