Uses of Class
software.amazon.awssdk.services.apptest.model.TestCases
-
Packages that use TestCases Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of TestCases in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return TestCases Modifier and Type Method Description static TestCasesTestCases. fromSequential(List<String> sequential)Create an instance of this class withsequential()initialized to the given value.TestCasesCreateTestSuiteRequest. testCases()The test cases in the test suite.TestCasesGetTestSuiteResponse. testCases()The test cases of the test suite.TestCasesUpdateTestSuiteRequest. testCases()The test cases in the test suite.Methods in software.amazon.awssdk.services.apptest.model with parameters of type TestCases Modifier and Type Method Description CreateTestSuiteRequest.BuilderCreateTestSuiteRequest.Builder. testCases(TestCases testCases)The test cases in the test suite.GetTestSuiteResponse.BuilderGetTestSuiteResponse.Builder. testCases(TestCases testCases)The test cases of the test suite.UpdateTestSuiteRequest.BuilderUpdateTestSuiteRequest.Builder. testCases(TestCases testCases)The test cases in the test suite.
-