| 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. |
| net.openhft.chronicle.testframework.apimetrics |
Provides the classes and interfaces necessary for API metrics analysis within
the Chronicle Test Framework.
|
| Class and Description |
|---|
| CloseableUtil
Utility class to handle closing of
Closeable or AutoCloseable resources. |
| Delegation.Builder
Interface for building a delegation object.
|
| ExecutorServiceUtil
Utility class providing methods to shut down an
ExecutorService
and wait for its termination, with or without forcibly interrupting running tasks. |
| FlakyTestRunner.Builder
Defines the interface for constructing and configuring a flaky test runner.
|
| FlakyTestRunner.RunnableThrows
A functional interface representing a runnable action that might throw a specific exception.
|
| GcControls
Provides utility methods for interacting with garbage collection (GC) within the JVM.
|
| NetworkUtil
Utility class to provide network-related functionalities.
|
| Product.HasFirst
An interface representing an object that has a first component.
|
| Product.HasSecond
An interface representing an object that has a second component.
|
| Product.HasThird
Interface representing an object that has a third component of type
V. |
| Product.Product2
A Product2 is a composite object comprising two components.
|
| Product.Product3
A Product3 is a composite object comprising three components.
|
| Product.TriFunction
Function interface representing a function that accepts three arguments and produces a result.
|
| ThreadUtil
Utility class for thread-related functionalities.
|
| Waiters.WaiterBuilder |
| Class and Description |
|---|
| Product.TriFunction
Function interface representing a function that accepts three arguments and produces a result.
|
Copyright © 2023. All rights reserved.