Skip navigation links
C D F G L O P R S T U V Z 

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
 
copy(Class<?>, String, Path) - Static method in class de.team33.patterns.testing.titan.io.FileIO
Copy a resource file to a given target directory.
copy(Path, Path) - Static method in class de.team33.patterns.testing.titan.io.FileIO
Copy a source file to a given target directory.

D

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

F

FileInfo - Class in de.team33.patterns.testing.titan.io
 
FileInfo.Type - Enum in de.team33.patterns.testing.titan.io
 
FileIO - Class in de.team33.patterns.testing.titan.io
Utility for copying files in test scenarios.

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

of(Path, LinkOption...) - Static method in class de.team33.patterns.testing.titan.io.FileInfo
 
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 actual beginning of its execution.
outputOf(XRunnable<X>) - Static method in class de.team33.patterns.testing.titan.io.Redirected
 

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

read(Class<?>, String) - Static method in class de.team33.patterns.testing.titan.io.TextIO
 
read(Path) - Static method in class de.team33.patterns.testing.titan.io.TextIO
 
read(InputStream) - Static method in class de.team33.patterns.testing.titan.io.TextIO
 
Redirected - Class in de.team33.patterns.testing.titan.io
Utility to redirect standard output to a file in test scenarios.
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

TextIO - Class in de.team33.patterns.testing.titan.io
 
TextIO() - Constructor for class de.team33.patterns.testing.titan.io.TextIO
 
threadIndex - Variable in class de.team33.patterns.testing.titan.Context
The index of the executing thread in the order of its instantiation.
toString() - Method in class de.team33.patterns.testing.titan.io.FileInfo
 
toString(int) - Method in class de.team33.patterns.testing.titan.io.FileInfo
 

U

unzip(Class<?>, String, Path) - Static method in class de.team33.patterns.testing.titan.io.ZipIO
Unzip a resource to a given target directory.
unzip(Path, Path) - Static method in class de.team33.patterns.testing.titan.io.ZipIO
Unzip a source file to a given target directory.

V

valueOf(String) - Static method in enum de.team33.patterns.testing.titan.io.FileInfo.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.team33.patterns.testing.titan.io.FileInfo.Type
Returns an array containing the constants of this enum type, in the order they are declared.

Z

ZipIO - Class in de.team33.patterns.testing.titan.io
Utility for unpacking zip files in test scenarios.
C D F G L O P R S T U V Z 
Skip navigation links

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