All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.openhft.chronicle.testframework.package-info Maven / Gradle / Ivy

/**
 * The {@code 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.
 * 

* This package includes: *

    *
  • {@link net.openhft.chronicle.testframework.CloseableUtil} for handling closeable resources.
  • *
  • {@link net.openhft.chronicle.testframework.Combination} for generating all possible combinations of elements.
  • *
  • {@link net.openhft.chronicle.testframework.Delegation} for building delegator instances.
  • *
  • {@link net.openhft.chronicle.testframework.ExecutorServiceUtil} for managing executor services.
  • *
  • {@link net.openhft.chronicle.testframework.FlakyTestRunner} for handling flaky tests.
  • *
  • {@link net.openhft.chronicle.testframework.GcControls} for interacting with garbage collection.
  • *
  • {@link net.openhft.chronicle.testframework.NetworkUtil} for providing network-related functionalities.
  • *
  • {@link net.openhft.chronicle.testframework.Permutation} for general permutation support.
  • *
  • {@link net.openhft.chronicle.testframework.Product} for representing a product of elements.
  • *
  • {@link net.openhft.chronicle.testframework.Series} for generating series of numbers.
  • *
  • {@link net.openhft.chronicle.testframework.ThreadUtil} for thread-related functionalities.
  • *
  • {@link net.openhft.chronicle.testframework.Waiters} for waiting for specific conditions to be met.
  • *
*/ package net.openhft.chronicle.testframework;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy