-
Interface Summary
| Interface |
Description |
| ExceptionTracker<T> |
The ExceptionTracker interface provides a set of methods to record, track, and assert exceptions
in a testing context.
|
Package net.openhft.chronicle.testframework.exception Description
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 Also:
ExceptionTracker