| Package | Description |
|---|---|
| com.amazonaws.services.iotdeviceadvisor.model |
| Modifier and Type | Method and Description |
|---|---|
TestCaseScenario |
TestCaseScenario.clone() |
TestCaseScenario |
TestCaseScenario.withFailure(String failure)
Provides test case scenario failure result.
|
TestCaseScenario |
TestCaseScenario.withStatus(String status)
Provides the test case scenario status.
|
TestCaseScenario |
TestCaseScenario.withStatus(TestCaseScenarioStatus status)
Provides the test case scenario status.
|
TestCaseScenario |
TestCaseScenario.withSystemMessage(String systemMessage)
Provides test case scenario system messages if any.
|
TestCaseScenario |
TestCaseScenario.withTestCaseScenarioId(String testCaseScenarioId)
Provides test case scenario ID.
|
TestCaseScenario |
TestCaseScenario.withTestCaseScenarioType(String testCaseScenarioType)
Provides test case scenario type.
|
TestCaseScenario |
TestCaseScenario.withTestCaseScenarioType(TestCaseScenarioType testCaseScenarioType)
Provides test case scenario type.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestCaseScenario> |
TestCaseRun.getTestScenarios()
Provides the test scenarios for the test case run.
|
| Modifier and Type | Method and Description |
|---|---|
TestCaseRun |
TestCaseRun.withTestScenarios(TestCaseScenario... testScenarios)
Provides the test scenarios for the test case run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestCaseRun.setTestScenarios(Collection<TestCaseScenario> testScenarios)
Provides the test scenarios for the test case run.
|
TestCaseRun |
TestCaseRun.withTestScenarios(Collection<TestCaseScenario> testScenarios)
Provides the test scenarios for the test case run.
|
Copyright © 2023. All rights reserved.