| Package | Description |
|---|---|
| net.openhft.chronicle.testframework.exception |
Provides classes and interfaces for tracking and asserting exceptions during testing.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ExceptionTracker<T> |
ExceptionTracker.create(@NotNull Function<T,String> messageExtractor,
@NotNull Function<T,Throwable> throwableExtractor,
@NotNull Runnable resetRunnable,
@NotNull Map<T,Integer> exceptions,
@NotNull Predicate<T> ignorePredicate,
@NotNull Function<T,String> exceptionRenderer)
Factory method to create an instance of the exception tracker.
|
Copyright © 2023. All rights reserved.