public final class AsyncTestCase extends Object
| Constructor and Description |
|---|
AsyncTestCase(String description,
Supplier<CompletableFuture<?>> operationRunnable,
Expect expectation) |
AsyncTestCase(String description,
Supplier<CompletableFuture<?>> operationRunnable,
Expect expectation,
String skipReason) |
| Modifier and Type | Method and Description |
|---|---|
Expect |
expectation() |
Supplier<CompletableFuture<?>> |
operationRunnable() |
String |
skipReason() |
String |
toString() |
public AsyncTestCase(String description, Supplier<CompletableFuture<?>> operationRunnable, Expect expectation)
public AsyncTestCase(String description, Supplier<CompletableFuture<?>> operationRunnable, Expect expectation, String skipReason)
Copyright © 2023. All rights reserved.