| Class | Description |
|---|---|
| AnnotationUtils |
Collection of utilities for working with annotations.
|
| BlacklistedExceptions |
Internal utilities for working with blacklisted exceptions.
|
| CollectionUtils |
Collection of utilities for working with
Collections. |
| ExceptionUtils |
Collection of utilities for working with exceptions.
|
| FunctionUtils |
Collection of utilities for working with
Functions,
Predicates, etc. |
| Preconditions |
Collection of utilities for asserting preconditions for method and
constructor arguments.
|
| ReflectionUtils |
Collection of utilities for working with the Java reflection APIs.
|
| StringUtils |
Collection of utilities for working with
Strings,
CharSequences, etc. |
| ToStringBuilder |
Simple builder for generating strings in custom implementations of
toString(). |
| Enum | Description |
|---|---|
| ReflectionUtils.MethodSortOrder |
| Exception | Description |
|---|---|
| PreconditionViolationException |
Thrown if a precondition is violated.
|
These utilities are intended solely for usage within the JUnit framework itself. Any usage by external parties is not supported. Use at your own risk!