Class | Description |
---|---|
AbstractComparableNumberComparator<T extends Number & Comparable<T>> | |
Arrays |
Utility methods related to arrays.
|
ArrayWrapperList |
A list-like wrapper for arrays.
|
BigDecimalComparator |
A
BigDecimal Comparator based on BigDecimal.compareTo(BigDecimal) .Is useful if ones wants to use BigDecimal assertions based on BigDecimal.compareTo(BigDecimal) instead of
BigDecimal.equals(Object) method. |
BigIntegerComparator |
A
BigInteger Comparator based on BigInteger.compareTo(BigInteger) .Is useful if ones wants to use BigInteger assertions based on BigInteger.compareTo(BigInteger) instead of
BigInteger.equals(Object) method. |
Closeables |
Utility methods related to
Closeable . |
DateUtil |
Utility methods related to dates.
|
DoubleComparator | |
FailureMessages | |
Files |
Utility methods related to files.
|
FloatComparator | |
Hexadecimals | |
IterableUtil | |
Lists |
Utility methods related to
java.util.List s. |
Maps |
Utility methods related to maps.
|
Objects |
Utility methods related to objects.
|
Preconditions |
Verifies correct argument values and state.
|
Sets |
Utility methods related to
Set s. |
Streams | |
Strings |
Utility methods related to
String s. |
Strings.StringsToJoin |
Knows how to join
String s using a given delimiter. |
Strings.StringToAppend |
Knows how to append a given
String to the given target, only if the target does not end with the given
String to append. |
TextFileWriter | |
Throwables |
Utility methods related to
s. |
URLs |
Utility methods related to URLs.
|
Annotation Type | Description |
---|---|
CanIgnoreReturnValue |
Annotation to skip "CheckReturnValue" check.
|
CheckReturnValue |
Findbugs handles any annotation with name "CheckReturnValue" in return value check.
|
VisibleForTesting |
Indicates that the visibility of a type or member has been relaxed to make the code testable.
|
Copyright © 2014–2019 AssertJ. All rights reserved.