Class ScenarioExecutionReport
- java.lang.Object
-
- com.chutneytesting.server.core.domain.execution.report.ScenarioExecutionReport
-
public class ScenarioExecutionReport extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Map<String,Object>contextVariablesStringenvironmentlongexecutionIdStepExecutionReportCorereportStringscenarioNameStringuser
-
Constructor Summary
Constructors Constructor Description ScenarioExecutionReport(long executionId, String scenarioName, String environment, String user, StepExecutionReportCore report)
-
-
-
Constructor Detail
-
ScenarioExecutionReport
public ScenarioExecutionReport(long executionId, String scenarioName, String environment, String user, StepExecutionReportCore report)
-
-