See: Description
Class | Description |
---|---|
AssertionErrors |
JUnit independent assertion class.
|
JsonPathExpectationsHelper |
A helper class for applying assertions via JSONPath 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). |
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.
|