@NonNullApi @NonNullFields
See: Description
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.
|
JsonExpectationsHelper |
A helper class for assertions on JSON content.
|
JsonPathExpectationsHelper |
A helper class for applying assertions via JSON path expressions.
|
MetaAnnotationUtils |
MetaAnnotationUtils is a collection of utility methods that complements
the standard support already available in AnnotationUtils . |
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
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.
|