Skip navigation links
A D G P R S T X 

A

accept(T) - Method in interface de.team33.libs.testing.v1.XConsumer
Performs this operation on the given argument.
Attempts<X extends Exception> - Interface in de.team33.libs.testing.v1
Abstracts a tool for performing a certain operation repeatedly.

D

de.team33.libs.testing.v1 - package de.team33.libs.testing.v1
 

G

getCaught() - Method in interface de.team33.libs.testing.v1.Attempts
Returns any exceptions that might have occurred while performing the associated operation.

P

parallel(int, XRunnable<X>) - Static method in class de.team33.libs.testing.v1.Runner
Deprecated.

R

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
Deprecated.
use Attempts instead
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.

S

sequential(int, XRunnable<X>) - Static method in class de.team33.libs.testing.v1.Runner
Deprecated.

T

tryParallel(int, XRunnable<X>) - Static method in interface de.team33.libs.testing.v1.Attempts
Repeatedly performs a specific operation in parallel threads.
tryParallel(int, XConsumer<Integer, X>) - Static method in interface de.team33.libs.testing.v1.Attempts
Repeatedly performs a specific operation in parallel threads.
trySerial(int, XRunnable<X>) - Static method in interface de.team33.libs.testing.v1.Attempts
Repeatedly performs a specific operation in the current thread.
trySerial(int, XConsumer<Integer, X>) - Static method in interface de.team33.libs.testing.v1.Attempts
Repeatedly performs a specific operation in the current thread.

X

XConsumer<T,X extends Exception> - Interface in de.team33.libs.testing.v1
A kind of consumer that allows to throw a checked exception.
XRunnable<X extends Exception> - Interface in de.team33.libs.testing.v1
A kind of runnable that allows to throw a checked exception.
A D G P R S T X 
Skip navigation links

Copyright © 2020. All rights reserved.