Package com.tngtech.jgiven.report.model
Class ScenarioCaseModel
java.lang.Object
com.tngtech.jgiven.report.model.ScenarioCaseModel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ReportModelVisitor visitor) void
addDerivedArguments
(String... values) void
addExplicitArguments
(String... args) void
int
long
getStep
(int i) getSteps()
boolean
void
setCaseNr
(int caseNr) void
setDerivedArguments
(List<String> derivedArguments) void
setDescription
(String description) void
setDurationInNanos
(long durationInNanos) void
setErrorMessage
(String errorMessage) void
setExplicitArguments
(List<String> arguments) void
setStackTrace
(List<String> stackTrace) void
setStatus
(ExecutionStatus status) void
-
Constructor Details
-
ScenarioCaseModel
public ScenarioCaseModel()
-
-
Method Details
-
accept
-
addExplicitArguments
-
setExplicitArguments
-
getExplicitArguments
-
addStep
-
getStep
-
getSteps
-
setDurationInNanos
public void setDurationInNanos(long durationInNanos) -
getDurationInNanos
public long getDurationInNanos() -
getExecutionStatus
-
addDerivedArguments
-
getDerivedArguments
-
getCaseNr
public int getCaseNr() -
setCaseNr
public void setCaseNr(int caseNr) -
setSteps
-
getFirstStep
-
getStackTrace
-
setStackTrace
-
getErrorMessage
-
setStatus
-
setErrorMessage
-
setDescription
-
getDescription
-
hasDescription
public boolean hasDescription() -
setDerivedArguments
-