| Package | Description |
|---|---|
| org.wso2.testgrid.common | |
| org.wso2.testgrid.common.config | |
| org.wso2.testgrid.common.util |
| Modifier and Type | Method and Description |
|---|---|
TestScenario |
TestCase.getTestScenario()
Returns the test scenario for the test case.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestScenario> |
TestPlan.getTestScenarios()
Returns the associated test scenarios.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestCase.setTestScenario(TestScenario testScenario)
Sets the test scenario for the test case.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestPlan.setTestScenarios(List<TestScenario> testScenarios)
Sets the associated test scenarios.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestScenario> |
ScenarioConfig.getScenarios() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScenarioConfig.setScenarios(List<TestScenario> scenarios) |
| Modifier and Type | Method and Description |
|---|---|
static String |
TestGridUtil.deriveScenarioArtifactPath(TestScenario testScenario,
String fileName)
Derives the relative path of a scenario-artifact.
|
static Path |
TestGridUtil.getTestScenarioArtifactPath(TestScenario testScenario) |
Copyright © 2019 WSO2. All rights reserved.