net.openhft.chronicle.testframework.exception.package-info Maven / Gradle / Ivy
/**
* Provides classes and interfaces for tracking and asserting exceptions during testing.
* This package includes utility interfaces and implementations that enable users to define
* expected and ignored exceptions within testing scenarios, thereby facilitating the systematic
* verification of correct exception handling behavior.
*
* @see net.openhft.chronicle.testframework.exception.ExceptionTracker
*/
package net.openhft.chronicle.testframework.exception;