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
Deprecated.
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
Deprecated.
Returns a Report after executing a particular operation multiple times in parallel.

D

de.team33.patterns.testing.e1 - package de.team33.patterns.testing.e1
 

G

getDuration() - Method in class de.team33.patterns.testing.e1.Report
Deprecated.
 
getResults() - Method in class de.team33.patterns.testing.e1.Report
Deprecated.
Returns a List of all results that have accumulated during reporting.
getThrowables() - Method in class de.team33.patterns.testing.e1.Report
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
Returns a Report after executing a particular operation multiple times in parallel.

P

Parallel<R> - Class in de.team33.patterns.testing.e1
Deprecated.
Further development is discontinued and this package/module may be removed in a future release. Successor edition is the module testing-titan.

R

Report<R> - Class in de.team33.patterns.testing.e1
Deprecated.
Further development is discontinued and this package/module may be removed in a future release. Successor edition is the module testing-titan.
reThrow(Class<X>, Class<? extends X>...) - Method in class de.team33.patterns.testing.e1.Report
Deprecated.
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.
reThrowAny() - Method in class de.team33.patterns.testing.e1.Report
Deprecated.
Re-throws the first Error if any, or else the first Exception 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
Deprecated.
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 © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.