Package | Description |
---|---|
org.assertj.core.api | |
org.assertj.core.error | |
org.assertj.core.error.future | |
org.assertj.core.error.uri | |
org.assertj.core.internal |
Class and Description |
---|
ErrorMessageFactory
Factory of error messages.
|
Class and Description |
---|
AbstractShouldHaveTextContent
Base class for text content error.
|
AssertionErrorFactory
Factory of
s. |
BasicErrorMessageFactory
A factory of error messages typically shown when an assertion fails.
|
ConstructorInvoker
Access to constructors using Java reflection.
|
DescriptionFormatter
Formats the
s to be included in assertion errors. |
ElementsShouldSatisfy.UnsatisfiedRequirement |
ErrorMessageFactory
Factory of error messages.
|
MessageFormatter
Formats the messages to be included in assertion errors.
|
OptionalDoubleShouldHaveValueCloseToOffset
Build error message when an
OptionalDouble should have a specific value close to an offset. |
OptionalDoubleShouldHaveValueCloseToPercentage
Build error message when an
OptionalDouble should be close to an expected value within a positive
percentage. |
OptionalShouldBeEmpty
Build error message when an
Optional should be empty. |
OptionalShouldBePresent
Build error message when a value should be present in an
Optional . |
OptionalShouldContain
Build error message when an
Optional , OptionalDouble , OptionalInt or OptionalLong
should contain a specific value. |
OptionalShouldContainInstanceOf
Build an error message when a value should be instance of a specific class.
|
ShouldContainExactlyInAnyOrder.ErrorType |
ShouldContainOnly.ErrorType |
ShouldContainOnlyNulls.ErrorType |
ShouldHaveAllNullFields
Creates an
indicating that an assertion that verifies that an object
has null fields failed. |
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
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. |
ShouldNotBeNull
Creates an error message that indicates an assertion that verifies that an object is not
null failed. |
ShouldNotHaveAnyElementsOfTypes |
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.
|
ZippedElementsShouldSatisfy.ZipSatisfyError |
Class and Description |
---|
BasicErrorMessageFactory
A factory of error messages typically shown when an assertion fails.
|
ErrorMessageFactory
Factory of error messages.
|
Class and Description |
---|
BasicErrorMessageFactory
A factory of error messages typically shown when an assertion fails.
|
ErrorMessageFactory
Factory of error messages.
|
Class and Description |
---|
AssertionErrorFactory
Factory of
s. |
ErrorMessageFactory
Factory of error messages.
|
Copyright © 2014–2019 AssertJ. All rights reserved.