| Package | Description |
|---|---|
| com.amazonaws.services.apptest.model |
| Modifier and Type | Method and Description |
|---|---|
TestCases |
TestCases.clone() |
TestCases |
UpdateTestSuiteRequest.getTestCases()
The test cases in the test suite.
|
TestCases |
GetTestSuiteResult.getTestCases()
The test cases of the test suite.
|
TestCases |
CreateTestSuiteRequest.getTestCases()
The test cases in the test suite.
|
TestCases |
TestCases.withSequential(Collection<String> sequential)
The sequential of the test case.
|
TestCases |
TestCases.withSequential(String... sequential)
The sequential of the test case.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateTestSuiteRequest.setTestCases(TestCases testCases)
The test cases in the test suite.
|
void |
GetTestSuiteResult.setTestCases(TestCases testCases)
The test cases of the test suite.
|
void |
CreateTestSuiteRequest.setTestCases(TestCases testCases)
The test cases in the test suite.
|
UpdateTestSuiteRequest |
UpdateTestSuiteRequest.withTestCases(TestCases testCases)
The test cases in the test suite.
|
GetTestSuiteResult |
GetTestSuiteResult.withTestCases(TestCases testCases)
The test cases of the test suite.
|
CreateTestSuiteRequest |
CreateTestSuiteRequest.withTestCases(TestCases testCases)
The test cases in the test suite.
|
Copyright © 2025. All rights reserved.