| 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 test case run status.
|
TestCaseRun |
TestCaseRun.withStatus(String status)
Provides test case run status.
|
TestCaseRun |
TestCaseRun.withTestCaseDefinitionId(String testCaseDefinitionId)
Provides test case run definition Id.
|
TestCaseRun |
TestCaseRun.withTestCaseDefinitionName(String testCaseDefinitionName)
Provides test case run definition Name.
|
TestCaseRun |
TestCaseRun.withTestCaseRunId(String testCaseRunId)
Provides test case run Id.
|
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 © 2021. All rights reserved.