| Package | Description |
|---|---|
| com.amazonaws.services.apptest |
AWS Mainframe Modernization Application Testing provides tools and resources for automated functional equivalence
testing for your migration projects.
|
| com.amazonaws.services.apptest.model |
| Modifier and Type | Method and Description |
|---|---|
GetTestRunStepResult |
AbstractAWSAppTest.getTestRunStep(GetTestRunStepRequest request) |
GetTestRunStepResult |
AWSAppTest.getTestRunStep(GetTestRunStepRequest getTestRunStepRequest)
Gets a test run step.
|
GetTestRunStepResult |
AWSAppTestClient.getTestRunStep(GetTestRunStepRequest request)
Gets a test run step.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetTestRunStepResult> |
AbstractAWSAppTestAsync.getTestRunStepAsync(GetTestRunStepRequest request,
AsyncHandler<GetTestRunStepRequest,GetTestRunStepResult> asyncHandler) |
Future<GetTestRunStepResult> |
AWSAppTestAsync.getTestRunStepAsync(GetTestRunStepRequest getTestRunStepRequest,
AsyncHandler<GetTestRunStepRequest,GetTestRunStepResult> asyncHandler)
Gets a test run step.
|
Future<GetTestRunStepResult> |
AWSAppTestAsyncClient.getTestRunStepAsync(GetTestRunStepRequest request,
AsyncHandler<GetTestRunStepRequest,GetTestRunStepResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetTestRunStepResult |
GetTestRunStepResult.clone() |
GetTestRunStepResult |
GetTestRunStepResult.withAfterStep(Boolean afterStep)
The after steps of the test run step.
|
GetTestRunStepResult |
GetTestRunStepResult.withBeforeStep(Boolean beforeStep)
The before steps of the test run step.
|
GetTestRunStepResult |
GetTestRunStepResult.withRunEndTime(Date runEndTime)
The run end time of the test run step.
|
GetTestRunStepResult |
GetTestRunStepResult.withRunStartTime(Date runStartTime)
The run start time of the test run step.
|
GetTestRunStepResult |
GetTestRunStepResult.withStatus(StepRunStatus status)
The status of the test run step.
|
GetTestRunStepResult |
GetTestRunStepResult.withStatus(String status)
The status of the test run step.
|
GetTestRunStepResult |
GetTestRunStepResult.withStatusReason(String statusReason)
The status reason of the test run step.
|
GetTestRunStepResult |
GetTestRunStepResult.withStepName(String stepName)
The step name of the test run step.
|
GetTestRunStepResult |
GetTestRunStepResult.withStepRunSummary(StepRunSummary stepRunSummary)
The step run summary of the test run step.
|
GetTestRunStepResult |
GetTestRunStepResult.withTestCaseId(String testCaseId)
The test case ID of the test run step.
|
GetTestRunStepResult |
GetTestRunStepResult.withTestCaseVersion(Integer testCaseVersion)
The test case version of the test run step.
|
GetTestRunStepResult |
GetTestRunStepResult.withTestRunId(String testRunId)
The test run ID of the test run step.
|
GetTestRunStepResult |
GetTestRunStepResult.withTestSuiteId(String testSuiteId)
The test suite ID of the test run step.
|
GetTestRunStepResult |
GetTestRunStepResult.withTestSuiteVersion(Integer testSuiteVersion)
The test suite version of the test run step.
|
Copyright © 2025. All rights reserved.