Interface | Description |
---|---|
F0<R> |
A function with a return value.
|
F1<P,R> |
A function with a parameter and a return value.
|
FunctionWithException<P,R> |
A Function with is permitted to throw exceptions.
|
LambdaTest |
Common interface shared between all supported test suites.
|
LambdaTestCase |
Shared interface for executable test cases.
|
ProcedureWithException<P> |
A Function which is permitted to throw exceptions.
|
Reporter |
A Reporter is used to report (log,output) the progress of a running test
suite.
|
RunnableWithException |
A Runnable with is permitted to throw exceptions.
|
Class | Description |
---|---|
Assert |
Holds various assert-methods.
|
Expect |
Various assertion methods plus the ability to disable default fail-fast
behavior to collect as much assertion errors as possible.
|
ExpectCollection<T> |
Check for non-null
Collection and provides further checks on the
actual collection in a fluent API. |
ExpectContext | |
ExpectDouble | |
ExpectMap<K,V> |
Check for non-null
Map and provides methods on the actual map in a
fluent API. |
ExpectString |
Various self descriptive methods to check properties of a given string.
|
F1.Identity<I> | |
Intercept | |
Optional<T> |
Value class representing an optional value.
|
Section |
A Section represents some hierarchical organisation of test cases in a test
suite.
|
TempFile |
Utility methods to work with temporary files and directories.
|
Copyright © 2019. All rights reserved.