Skip navigation links
C D G L O P R S T 

C

Context - Class in de.team33.testing.async.thebe
Summarizes various input parameters that may be of interest in the context of the execution of an Operation.
Context(int, int, int) - Constructor for class de.team33.testing.async.thebe.Context
 

D

de.team33.testing.async.thebe - package de.team33.testing.async.thebe
Tools and utilities for testing asynchronous processing.

G

getCaught() - Method in class de.team33.testing.async.thebe.Report
Returns a List of all exceptions that occurred during reporting.
getCaught(Class<X>, Class<? extends X>...) - Method in class de.team33.testing.async.thebe.Report
Returns a List of all exceptions of a certain type that occurred during reporting.

L

list() - Method in class de.team33.testing.async.thebe.Report
Returns a List of all results that have accumulated during reporting.
loopIndex - Variable in class de.team33.testing.async.thebe.Context
The index of the operation loop within one execution;

O

operationIndex - Variable in class de.team33.testing.async.thebe.Context
The index of the operation in the order of the actual beginning of its execution.

P

Parallel<R> - Class in de.team33.testing.async.thebe
A tool/utility used to perform a given operation multiple times in parallel threads, with a fixed number of executing threads.

R

report(int, XFunction<Context, R, ?>) - Static method in class de.team33.testing.async.thebe.Parallel
Returns a Report after executing a particular operation multiple times in parallel.
Report<R> - Class in de.team33.testing.async.thebe
A report of multiple executions of a method.
reThrow(Class<X>, Class<? extends X>...) - Method in class de.team33.testing.async.thebe.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.
reThrowAny() - Method in class de.team33.testing.async.thebe.Report
 

S

size() - Method in class de.team33.testing.async.thebe.Report
 
stream(int, XFunction<Context, R, ?>) - Static method in class de.team33.testing.async.thebe.Parallel
Returns a Stream of results after executing a particular operation multiple times in parallel.
stream() - Method in class de.team33.testing.async.thebe.Report
Returns a limited Stream of all results that have accumulated during reporting.

T

threadIndex - Variable in class de.team33.testing.async.thebe.Context
The index of the executing thread in the order of its instantiation.
C D G L O P R S T 
Skip navigation links

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