| 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 |
|---|---|
<N extends D> |
Delegation.Builder.as(Class<N> type)
Specifies the type the delegate should be viewed as.
|
static <D> Delegation.Builder<Object,D> |
Delegation.of(D delegate)
Creates and returns a new builder for a delegator instance that will use the provided
delegate as the delegate. |
Delegation.Builder<T,D> |
Delegation.Builder.toStringFunction(Function<? super D,String> toStringFunction)
Specifies the
toString() function the view should use. |
Copyright © 2023. All rights reserved.