| Package | Description |
|---|---|
| software.amazon.awssdk.core.rules.testing | |
| software.amazon.awssdk.core.rules.testing.model |
| Modifier and Type | Method and Description |
|---|---|
Expect |
SyncTestCase.expectation() |
Expect |
AsyncTestCase.expectation() |
Expect |
EndpointProviderTestCase.getExpect() |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointProviderTestCase.setExpect(Expect expect) |
| Constructor and Description |
|---|
AsyncTestCase(String description,
Supplier<CompletableFuture<?>> operationRunnable,
Expect expectation) |
AsyncTestCase(String description,
Supplier<CompletableFuture<?>> operationRunnable,
Expect expectation,
String skipReason) |
EndpointProviderTestCase(Supplier<Endpoint> testMethod,
Expect expect) |
SyncTestCase(String description,
Runnable operationRunnable,
Expect expectation) |
SyncTestCase(String description,
Runnable operationRunnable,
Expect expectation,
String skipReason) |
| Modifier and Type | Method and Description |
|---|---|
Expect |
Expect.Builder.build() |
Expect |
EndpointTest.getExpect() |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointTest.setExpect(Expect expect) |
Copyright © 2023. All rights reserved.