Uses of Class
com.chutneytesting.server.core.domain.scenario.ScenarioNotFoundException
Packages that use ScenarioNotFoundException
-
Uses of ScenarioNotFoundException in com.chutneytesting.server.core.domain.execution
Methods in com.chutneytesting.server.core.domain.execution that throw ScenarioNotFoundExceptionModifier and TypeMethodDescriptionScenarioExecutionEngine.execute(ExecutionRequest executionRequest, Optional<org.apache.commons.lang3.tuple.Pair<String, Integer>> executionDataset) Retrieves a scenario from it's ID, executes it on ExecutionEngine and store StepExecutionReport.