See: Description
Interface | Description |
---|---|
ExceptionCollector.Executable |
Executable is a functional interface that can be used to implement
any generic block of code that potentially throws a Throwable . |
Class | Description |
---|---|
AopTestUtils |
AopTestUtils is a collection of AOP-related utility methods for
use in unit and integration testing scenarios. |
AssertionErrors |
Test assertions that are independent of any third-party assertion library.
|
ExceptionCollector |
ExceptionCollector is a test utility for executing code blocks,
collecting exceptions, and generating a single AssertionError
containing any exceptions encountered as suppressed exceptions. |
JsonExpectationsHelper |
A helper class for assertions on JSON content.
|
JsonPathExpectationsHelper |
A helper class for applying assertions via JSON path expressions.
|
MetaAnnotationUtils | Deprecated
as of Spring Framework 5.3 in favor of
TestContextAnnotationUtils |
MetaAnnotationUtils.AnnotationDescriptor<T extends Annotation> |
Descriptor for an
Annotation , including the class on which the annotation is declared
as well as the actual annotation instance. |
MetaAnnotationUtils.UntypedAnnotationDescriptor |
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. |
ReflectionTestUtils |
ReflectionTestUtils is a collection of reflection-based utility
methods for use in unit and integration testing scenarios. |
XmlExpectationsHelper |
A helper class for assertions on XML content.
|
XpathExpectationsHelper |
A helper class for applying assertions via XPath expressions.
|