| Package | Description |
|---|---|
| de.team33.patterns.testing.titan |
Provides classes for testing purpose.
|
| Modifier and Type | Method and Description |
|---|---|
static <R> Report<R> |
Parallel.report(int numberOfThreads,
Operation<R> operation)
Returns a
Report after executing a particular operation multiple times in parallel. |
<X extends Throwable> |
Report.reThrow(Class<X> xClass,
Class<? extends X>... ignorable)
Re-throws the first exception of a certain type that occurred during
reporting after all further exceptions of that type have been
added as suppressed.
|
Report<R> |
Report.reThrowAny() |
Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.