| Package | Description |
|---|---|
| net.openhft.chronicle.testframework |
The
net.openhft.chronicle.testframework package provides a collection of utility classes and enums
for various common programming tasks, such as handling closeable resources, generating combinations and permutations,
building delegator instances, managing executor services, handling flaky tests, interacting with garbage collection,
providing network-related functionalities, generating series of numbers, and thread-related functionalities. |
| Modifier and Type | Method and Description |
|---|---|
FlakyTestRunner.RunnableThrows<X> |
FlakyTestRunner.Builder.build()
Constructs a runnable object that encapsulates the configured flaky test behavior.
|
| Modifier and Type | Method and Description |
|---|---|
static <X extends Throwable> |
FlakyTestRunner.builder(@NotNull FlakyTestRunner.RunnableThrows<X> action)
Creates a builder for constructing a flaky test runner for an action that might throw checked exceptions.
|
Copyright © 2024. All rights reserved.