See: Description
Class | Description |
---|---|
AssertionErrors |
JUnit independent assertion class.
|
JsonExpectationsHelper |
A helper class for assertions on JSON content.
|
JsonPathExpectationsHelper |
A helper class for applying assertions via JSON path expressions.
|
MatcherAssertionErrors |
A replacement of
MatcherAssert that removes the need to
depend on "hamcrest-all" when using Hamcrest 1.1 and also maintains backward
compatibility with Hamcrest 1.1 (also embedded in JUnit 4.4 through 4.8). |
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.
|