| AbstractShouldHaveTextContent |
Base class for text content error.
|
| AssertionErrorFactory |
|
| BasicErrorMessageFactory |
A factory of error messages typically shown when an assertion fails.
|
| DescriptionFormatter |
Formats the Descriptions to be included in assertion errors.
|
| ErrorMessageFactory |
Factory of error messages.
|
| MessageFormatter |
Formats the messages to be included in assertion errors.
|
| OptionalDoubleShouldHaveValueCloseTo |
Build error message when an OptionalDouble should have a specific value close to an offset.
|
| OptionalShouldBeEmpty |
Build error message when an Optional should be empty.
|
| OptionalShouldBePresent |
Build error message when a value should be present in an Optional.
|
| OptionalShouldContain |
|
| OptionalShouldContainInstanceOf |
Build an error message when a value should be instance of a specific class.
|
| ShouldContainExactlyInAnyOrder.ErrorType |
|
| ShouldContainOnly.ErrorType |
|
| ShouldHaveAtLeastOneElementOfType |
Creates an error message indicating that a group does not have an element of the given type.
|
| ShouldHaveExtension |
Creates an error message indicating that a File should have extension.
|
| ShouldHaveName |
Creates an error message indicating that a File should have name.
|
| ShouldHaveNoNullFields |
Creates an AssertionError indicating that an assertion that verifies that an object
has no null fields failed.
|
| ShouldHaveNoParent |
Creates an error message when a File should not have a parent.
|
| ShouldHaveOnlyElementsOfType |
Creates an error message indicating that a group does not have an element of the given type.
|
| ShouldHaveParent |
Creates an error message indicating that a File should have a parent.
|
| ShouldOnlyHaveElementsOfTypes |
Creates an error message indicating that an assertion that verifies a group of elements contains elements that
are not an instance of one of the given types.
|