- reThrowCaught() - Method in interface de.team33.libs.testing.v1.Attempts
-
Re-throws one of the exceptions that may have occurred while executing the associated operation.
- run() - Method in interface de.team33.libs.testing.v1.XRunnable
-
Runs the provided code and may throw a certain checked exception.
- Runner<X extends Exception> - Class in de.team33.libs.testing.v1
-
- runParallel(int, XRunnable<X>) - Static method in interface de.team33.libs.testing.v1.Attempts
-
Repeatedly performs a specific operation in parallel threads.
- runParallel(int, XConsumer<Integer, X>) - Static method in interface de.team33.libs.testing.v1.Attempts
-
Repeatedly performs a specific operation in parallel threads.
- runSerial(int, XRunnable<X>) - Static method in interface de.team33.libs.testing.v1.Attempts
-
Repeatedly performs a specific operation in the current thread.
- runSerial(int, XConsumer<Integer, X>) - Static method in interface de.team33.libs.testing.v1.Attempts
-
Repeatedly performs a specific operation in the current thread.