Package | Description |
---|---|
org.assertj.core.api | |
org.assertj.core.error | |
org.assertj.core.internal |
Class | Description |
---|---|
BooleanArrays |
Reusable assertions for arrays of
boolean s. |
ByteArrays |
Reusable assertions for arrays of
byte s. |
CharArrays |
Reusable assertions for arrays of
char s. |
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 |
DoubleArrays |
Reusable assertions for arrays of
double s. |
FloatArrays |
Reusable assertions for arrays of
float s. |
IntArrays |
Reusable assertions for arrays of
int s. |
Iterables |
Reusable assertions for
s. |
LongArrays |
Reusable assertions for arrays of
long s. |
Paths |
Core assertion class for
Path assertions |
ShortArrays |
Reusable assertions for arrays of
short s. |
TypeComparators |
An internal holder of the comparators for type.
|
Uris | |
Urls |
Class | 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 |
Class | Description |
---|---|
AbstractComparisonStrategy |
Base implementation of
ComparisonStrategy contract. |
BigDecimals |
Reusable assertions for
s. |
BigIntegers |
Reusable assertions for
s. |
BinaryDiffResult |
Value class to hold the result of comparing two binary streams.
|
BooleanArrays |
Reusable assertions for arrays of
boolean s. |
Booleans |
Reusable assertions for
s. |
ByteArrays |
Reusable assertions for arrays of
byte s. |
Bytes |
Reusable assertions for
s. |
Characters |
Reusable assertions for
s. |
CharArrays |
Reusable assertions for arrays of
char s. |
Classes |
Reusable assertions for
s. |
Comparables |
Reusable assertions for
s. |
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 | |
DoubleArrays |
Reusable assertions for arrays of
double s. |
Doubles |
Reusable assertions for
s. |
Failures |
Failure actions.
|
FieldByFieldComparator |
Compares objects field/property by field/property including private fields unless
Assertions.setAllowComparingPrivateFields(boolean) has been called with false. |
Files |
Reusable assertions for
s. |
FloatArrays |
Reusable assertions for arrays of
float s. |
Floats |
Reusable assertions for
s. |
Futures |
Reusable assertions for
s. |
InputStreams |
Reusable assertions for
s. |
IntArrays |
Reusable assertions for arrays of
int s. |
Integers |
Reusable assertions for
s. |
Iterables |
Reusable assertions for
s. |
Lists |
Reusable assertions for
s. |
LongArrays |
Reusable assertions for arrays of
long s. |
Longs |
Reusable assertions for
s. |
Maps |
Reusable assertions for
s. |
NioFilesWrapper | |
Numbers |
Base class of reusable assertions for numbers.
|
ObjectArrays |
Reusable assertions for arrays of objects.
|
Objects |
Reusable assertions for
Object s. |
Paths |
Core assertion class for
Path assertions |
Predicates | |
RealNumbers |
Base class of reusable assertions for real numbers (float and double).
|
ShortArrays |
Reusable assertions for arrays of
short s. |
Shorts |
Reusable assertions for
s. |
StandardComparisonStrategy |
Implements
ComparisonStrategy contract with a comparison strategy based on
Objects.areEqual(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 |
Copyright © 2014–2019. All rights reserved.