Skip navigation links
A D G I P R S 

A

apply(int, int, XFunction<Integer, R, ?>) - Static method in class de.team33.patterns.testing.e1.Parallel
Returns a Report after executing a particular operation multiple times in parallel.
apply(int, XFunction<Integer, R, ?>) - Static method in class de.team33.patterns.testing.e1.Parallel
Returns a Report after executing a particular operation multiple times in parallel.

D

de.team33.patterns.testing.e1 - package de.team33.patterns.testing.e1
Provides classes for testing purpose.

G

getResults() - Method in class de.team33.patterns.testing.e1.Report
Returns a List of all results that have accumulated during reporting.
getThrowables() - Method in class de.team33.patterns.testing.e1.Report
Returns a List of all exceptions that occurred during reporting.
getThrowables(Class<X>, Class<? extends X>...) - Method in class de.team33.patterns.testing.e1.Report
Returns a List of all exceptions of a certain type that occurred during reporting.

I

invoke(int, int, XConsumer<Integer, ?>) - Static method in class de.team33.patterns.testing.e1.Parallel
Returns a Report after executing a particular operation multiple times in parallel.
invoke(int, XConsumer<Integer, ?>) - Static method in class de.team33.patterns.testing.e1.Parallel
Returns a Report after executing a particular operation multiple times in parallel.

P

Parallel<R> - Class in de.team33.patterns.testing.e1
A tool/utility to execute operations multiple times in parallel for test purposes.

R

Report<R> - Class in de.team33.patterns.testing.e1
A report of multiple executions of a method.
reThrow(Class<X>, Class<? extends X>...) - Method in class de.team33.patterns.testing.e1.Report
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.

S

streamThrowables(Class<X>, Class<? extends X>...) - Method in class de.team33.patterns.testing.e1.Report
Returns a Stream of all exceptions of a certain type that occurred during reporting.
A D G I P R S 
Skip navigation links

Copyright © 2021 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.