| Package | Description |
|---|---|
| org.springframework.test.util |
General utility classes for use in unit and integration tests.
|
| Class and Description |
|---|
ExceptionCollector.Executable
Executable is a functional interface that can be used to implement
any generic block of code that potentially throws a Throwable. |
| MetaAnnotationUtils.AnnotationDescriptor
Deprecated.
Descriptor for an
Annotation, including the class on which the annotation is declared
as well as the actual annotation instance. |
| MetaAnnotationUtils.UntypedAnnotationDescriptor
Deprecated.
Untyped extension of
MetaAnnotationUtils.AnnotationDescriptor that is used
to describe the declaration of one of several candidate annotation types
where the actual annotation type cannot be predetermined. |