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

C

Context - Class in de.team33.patterns.testing.titan
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.patterns.testing.titan.Context
 

D

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

G

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

L

loopIndex - Variable in class de.team33.patterns.testing.titan.Context
The index of the operation loop within one execution;

O

operate(Context) - Method in interface de.team33.patterns.testing.titan.Operation
Performs this operation.
Operation<R> - Interface in de.team33.patterns.testing.titan
An operation that is intended for multiple, parallel execution.
operationIndex - Variable in class de.team33.patterns.testing.titan.Context
The index of the operation in the order of the effective beginning of its execution.

P

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

R

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

S

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

T

threadIndex - Variable in class de.team33.patterns.testing.titan.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 © 2022 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.