Interface ScenarioService
public interface ScenarioService
Provides common operations on scenarios.
- Author:
- jerome
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionfind
(RestApiFactory apiFactory, String id) getScenariosByProject
(RestApiFactory apiFactory, String workspaceId) startTest
(RestApiFactory apiFactory, String scenarioId, Optional<String> testName)
-
Field Details
-
SCENARIOS
-
-
Method Details
-
startTest
BenchReport startTest(RestApiFactory apiFactory, String scenarioId, Optional<String> testName) throws IOException - Throws:
IOException
-
find
- Throws:
IOException
-
getScenariosByProject
List<Scenario> getScenariosByProject(RestApiFactory apiFactory, String workspaceId) throws IOException - Throws:
IOException
-