| Class | Description |
|---|---|
| ArrayAssert |
A set of assert methods specially targetted to asserting arrays.
|
| Assert |
A set of assert methods (primarly testing the negative assertion of the
correspondent methods found in the junit.framework.Assert class).
|
| ComparableAssert |
A set of assert methods specially targetted to comparable objects.
|
| FileAssert |
A set of assert methods specially targetted to asserting files.
|
| ListAssert |
A set of assert methods specially targetted to asserting Lists.
|
| NamingAssert |
A set of assert methods specially targetted to asserting objects found in
the javax.naming package.
|
| ObjectAssert |
A set of assert methods specially targetted to asserting objects.
|
| OrderedTestSuite |
Constructs an alphabetically ordered suite of tests.
|
| StringAssert |
A set of assert methods specially targetted at string objects.
|
| ThrowableAssert |
A set of assert methods specially targetted to asserting throwable objects.
|
| Error | Description |
|---|---|
| AssertionFailedError |
Similar to the official class but supports chained exceptions.
|
| ComparisonFailure |
Thrown when an assert equals for Strings failed (class
junitx.framework.Assert).
|
Copyright © ${project.year} ${project.holder}. All Rights Reserved.