AppTestClient

AWS Mainframe Modernization Application Testing provides tools and resources for automated functional equivalence testing for your migration projects.

Properties

Link copied to clipboard
abstract override val config: AppTestClient.Config

AppTestClient's configuration

Functions

Link copied to clipboard

Creates a test case.

Link copied to clipboard

Creates a test configuration.

Link copied to clipboard

Creates a test suite.

Link copied to clipboard

Deletes a test case.

Link copied to clipboard

Deletes a test configuration.

Link copied to clipboard

Deletes a test run.

Link copied to clipboard

Deletes a test suite.

Link copied to clipboard
abstract suspend fun getTestCase(input: GetTestCaseRequest): GetTestCaseResponse

Gets a test case.

Link copied to clipboard

Gets a test configuration.

Link copied to clipboard

Gets a test run step.

Link copied to clipboard

Gets a test suite.

Link copied to clipboard

Lists tags for a resource.

Link copied to clipboard
abstract suspend fun listTestCases(input: ListTestCasesRequest = ListTestCasesRequest { }): ListTestCasesResponse

Lists test cases.

Link copied to clipboard
abstract suspend fun listTestConfigurations(input: ListTestConfigurationsRequest = ListTestConfigurationsRequest { }): ListTestConfigurationsResponse

Lists test configurations.

Link copied to clipboard
abstract suspend fun listTestRuns(input: ListTestRunsRequest = ListTestRunsRequest { }): ListTestRunsResponse

Lists test runs.

Link copied to clipboard

Lists test run steps.

Link copied to clipboard

Lists test run test cases.

Link copied to clipboard
abstract suspend fun listTestSuites(input: ListTestSuitesRequest = ListTestSuitesRequest { }): ListTestSuitesResponse

Lists test suites.

Link copied to clipboard

Starts a test run.

Link copied to clipboard
abstract suspend fun tagResource(input: TagResourceRequest): TagResourceResponse

Specifies tags of a resource.

Link copied to clipboard

Untags a resource.

Link copied to clipboard

Updates a test case.

Link copied to clipboard

Updates a test configuration.

Link copied to clipboard

Updates a test suite.

Inherited functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Creates a test case.

Link copied to clipboard

Creates a test configuration.

Link copied to clipboard

Creates a test suite.

Link copied to clipboard

Deletes a test case.

Link copied to clipboard

Deletes a test configuration.

Link copied to clipboard

Deletes a test run.

Link copied to clipboard

Deletes a test suite.

Link copied to clipboard
inline suspend fun AppTestClient.getTestCase(crossinline block: GetTestCaseRequest.Builder.() -> Unit): GetTestCaseResponse

Gets a test case.

Link copied to clipboard

Gets a test configuration.

Link copied to clipboard

Gets a test run step.

Link copied to clipboard

Gets a test suite.

Link copied to clipboard

Lists tags for a resource.

Link copied to clipboard

Lists test cases.

Link copied to clipboard
Link copied to clipboard

Lists test configurations.

Link copied to clipboard

Lists test runs.

Link copied to clipboard
Link copied to clipboard

Lists test run steps.

Link copied to clipboard

Lists test run test cases.

Link copied to clipboard

Lists test suites.

Link copied to clipboard

Starts a test run.

Link copied to clipboard
inline suspend fun AppTestClient.tagResource(crossinline block: TagResourceRequest.Builder.() -> Unit): TagResourceResponse

Specifies tags of a resource.

Link copied to clipboard

Untags a resource.

Link copied to clipboard

Updates a test case.

Link copied to clipboard

Updates a test configuration.

Link copied to clipboard

Updates a test suite.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.