| Package | Description |
|---|---|
| org.assertj.core.api | |
| org.assertj.core.api.recursive.comparison | |
| org.assertj.core.error | |
| org.assertj.core.internal | |
| org.assertj.core.presentation |
| Class and Description |
|---|
| Boolean2DArrays
Reusable assertions for arrays of
booleans. |
| BooleanArrays
Reusable assertions for arrays of
booleans. |
| Byte2DArrays
Reusable assertions for two-dimensional arrays of
bytes. |
| ByteArrays
Reusable assertions for arrays of
bytes. |
| Char2DArrays
Reusable assertions for two-dimensional arrays of
chars. |
| CharArrays
Reusable assertions for arrays of
chars. |
| ComparisonStrategy
Describes the contract to implement a consistent comparison strategy that covers :
- comparing two objects for equality and order - knowing if an object belongs to a group of objects (collection/array) - determining duplicates in a group of objects (collection/array) - string specific comparison |
| Double2DArrays
Reusable assertions for two-dimensional arrays of
doubles. |
| DoubleArrays
Reusable assertions for arrays of
doubles. |
| Float2DArrays
Reusable assertions for arrays of
floats. |
| FloatArrays
Reusable assertions for arrays of
floats. |
| Int2DArrays
Reusable assertions for two-dimensional arrays of
ints. |
| IntArrays
Reusable assertions for arrays of
ints. |
| Iterables
Reusable assertions for
s. |
| Long2DArrays
Reusable assertions for two-dimensional arrays of
longs. |
| LongArrays
Reusable assertions for arrays of
longs. |
| Object2DArrays
Reusable assertions for two-dimensional arrays of objects.
|
| Objects
Reusable assertions for
Objects. |
| Paths
Core assertion class for
Path assertions |
| Short2DArrays
Reusable assertions for two-dimensional arrays of
shorts. |
| ShortArrays
Reusable assertions for arrays of
shorts. |
| TypeComparators
An internal holder of the comparators for type.
|
| Uris |
| Urls |
| Class and Description |
|---|
| TypeComparators
An internal holder of the comparators for type.
|
| Class and Description |
|---|
| BinaryDiffResult
Value class to hold the result of comparing two binary streams.
|
| ComparisonStrategy
Describes the contract to implement a consistent comparison strategy that covers :
- comparing two objects for equality and order - knowing if an object belongs to a group of objects (collection/array) - determining duplicates in a group of objects (collection/array) - string specific comparison |
| DeepDifference.Difference |
| DigestDiff
Compares the digest values
|
| Class and Description |
|---|
| AbstractComparisonStrategy
Base implementation of
ComparisonStrategy contract. |
| Arrays
Assertions for object and primitive arrays.
|
| Arrays2D
Assertions for object and primitive two-dimensional arrays.
|
| BigDecimals
Reusable assertions for
s. |
| BigIntegers
Reusable assertions for
s. |
| BinaryDiffResult
Value class to hold the result of comparing two binary streams.
|
| Boolean2DArrays
Reusable assertions for arrays of
booleans. |
| BooleanArrays
Reusable assertions for arrays of
booleans. |
| Booleans
Reusable assertions for
s. |
| Byte2DArrays
Reusable assertions for two-dimensional arrays of
bytes. |
| ByteArrays
Reusable assertions for arrays of
bytes. |
| Bytes
Reusable assertions for
s. |
| Char2DArrays
Reusable assertions for two-dimensional arrays of
chars. |
| Characters
Reusable assertions for
s. |
| CharArrays
Reusable assertions for arrays of
chars. |
| ChronoLocalDateTimeComparator |
| ChronoZonedDateTimeByInstantComparator |
| Classes
Reusable assertions for
s. |
| Comparables
Reusable assertions for types that can be compared between each other, most of the time it means
s
but also for type not implementing like Number (surprisingly not comparable). |
| ComparisonStrategy
Describes the contract to implement a consistent comparison strategy that covers :
- comparing two objects for equality and order - knowing if an object belongs to a group of objects (collection/array) - determining duplicates in a group of objects (collection/array) - string specific comparison |
| Conditions
Verifies that a value satisfies a
. |
| Dates
Reusable assertions for
s. |
| DeepDifference.Difference |
| DescribableComparator |
| DigestDiff
Compares the digest values
|
| Double2DArrays
Reusable assertions for two-dimensional arrays of
doubles. |
| DoubleArrays
Reusable assertions for arrays of
doubles. |
| Doubles
Reusable assertions for
s. |
| Failures
Failure actions.
|
| FieldByFieldComparator
Deprecated.
This comparator is deprecated because it performs a shallow field by field comparison, i.e. elements are compared
field by field but the fields are compared with equals, use
AbstractIterableAssert.usingRecursiveFieldByFieldElementComparator(RecursiveComparisonConfiguration)
or AbstractObjectAssert.usingRecursiveComparison() instead to perform a true recursive comparison. |
| Files
Reusable assertions for
s. |
| Float2DArrays
Reusable assertions for arrays of
floats. |
| FloatArrays
Reusable assertions for arrays of
floats. |
| Floats
Reusable assertions for
s. |
| Futures
Reusable assertions for
s. |
| InputStreams
Reusable assertions for
s. |
| Int2DArrays
Reusable assertions for two-dimensional arrays of
ints. |
| IntArrays
Reusable assertions for arrays of
ints. |
| Integers
Reusable assertions for
s. |
| Iterables
Reusable assertions for
s. |
| Iterators
Reusable assertions for
s. |
| Lists
Reusable assertions for
s. |
| Long2DArrays
Reusable assertions for two-dimensional arrays of
longs. |
| LongArrays
Reusable assertions for arrays of
longs. |
| Longs
Reusable assertions for
s. |
| Maps
Reusable assertions for
s. |
| Numbers
Base class of reusable assertions for numbers.
|
| Object2DArrays
Reusable assertions for two-dimensional arrays of objects.
|
| ObjectArrays
Reusable assertions for arrays of objects.
|
| Objects
Reusable assertions for
Objects. |
| OffsetDateTimeByInstantComparator |
| Paths
Core assertion class for
Path assertions |
| Predicates |
| RealNumbers
Base class of reusable assertions for real numbers (float and double).
|
| Short2DArrays
Reusable assertions for two-dimensional arrays of
shorts. |
| ShortArrays
Reusable assertions for arrays of
shorts. |
| Shorts
Reusable assertions for
s. |
| Spliterators
Reusable assertions for
s. |
| StandardComparisonStrategy
Implements
ComparisonStrategy contract with a comparison strategy based on
Objects.deepEquals(Object, Object) method, it is also based on Comparable.compareTo(Object) when Object
are Comparable method. |
| Strings
Reusable assertions for
s. |
| Throwables
Reusable assertions for
s. |
| TypeComparators
An internal holder of the comparators for type.
|
| Uris |
| Urls |
| WholeNumbers |
| Class and Description |
|---|
| ComparatorBasedComparisonStrategy
Implements
ComparisonStrategy contract with a comparison strategy based on a Comparator. |
Copyright © 2025. All rights reserved.