| Package | Description |
|---|---|
| net.openhft.chronicle.testframework |
This package contains the public API for the chronicle-test-framework library.
|
| Modifier and Type | Method and Description |
|---|---|
FlakyTestRunner.RunnableThrows<X> |
FlakyTestRunner.Builder.build()
Creates a Runnable that runs the provided runnable according to the
Builder's parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static <X extends Throwable> |
FlakyTestRunner.builder(@NotNull FlakyTestRunner.RunnableThrows<X> action)
Creates and returns a new Builder for the provided
action that might throw checked Exceptions. |
Copyright © 2023. All rights reserved.