| Package | Description |
|---|---|
| com.amazonaws.services.iotdeviceadvisor.model |
| Modifier and Type | Method and Description |
|---|---|
TestCaseRun |
TestCaseRun.clone() |
TestCaseRun |
TestCaseRun.withEndTime(Date endTime)
Provides test case run end time.
|
TestCaseRun |
TestCaseRun.withFailure(String failure)
Provides test case run failure result.
|
TestCaseRun |
TestCaseRun.withLogUrl(String logUrl)
Provides test case run log URL.
|
TestCaseRun |
TestCaseRun.withStartTime(Date startTime)
Provides test case run start time.
|
TestCaseRun |
TestCaseRun.withStatus(Status status)
Provides the test case run status.
|
TestCaseRun |
TestCaseRun.withStatus(String status)
Provides the test case run status.
|
TestCaseRun |
TestCaseRun.withTestCaseDefinitionId(String testCaseDefinitionId)
Provides the test case run definition ID.
|
TestCaseRun |
TestCaseRun.withTestCaseDefinitionName(String testCaseDefinitionName)
Provides the test case run definition name.
|
TestCaseRun |
TestCaseRun.withTestCaseRunId(String testCaseRunId)
Provides the test case run ID.
|
TestCaseRun |
TestCaseRun.withTestScenarios(Collection<TestCaseScenario> testScenarios)
Provides the test scenarios for the test case run.
|
TestCaseRun |
TestCaseRun.withTestScenarios(TestCaseScenario... testScenarios)
Provides the test scenarios for the test case run.
|
TestCaseRun |
TestCaseRun.withWarnings(String warnings)
Provides test case run warnings.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestCaseRun> |
GroupResult.getTests()
Tests under Group Result.
|
| Modifier and Type | Method and Description |
|---|---|
GroupResult |
GroupResult.withTests(TestCaseRun... tests)
Tests under Group Result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupResult.setTests(Collection<TestCaseRun> tests)
Tests under Group Result.
|
GroupResult |
GroupResult.withTests(Collection<TestCaseRun> tests)
Tests under Group Result.
|
Copyright © 2025. All rights reserved.