Uses of Package
org.assertj.core.util
-
Packages that use org.assertj.core.util Package Description org.assertj.core.api org.assertj.core.error org.assertj.core.internal org.assertj.core.util -
Classes in org.assertj.core.util used by org.assertj.core.api Class Description 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. -
Classes in org.assertj.core.util used by org.assertj.core.error Class Description VisibleForTesting Indicates that the visibility of a type or member has been relaxed to make the code testable. -
Classes in org.assertj.core.util used by org.assertj.core.internal Class Description VisibleForTesting Indicates that the visibility of a type or member has been relaxed to make the code testable. -
Classes in org.assertj.core.util used by org.assertj.core.util Class Description AbstractComparableNumberComparator ArrayWrapperList A list-like wrapper for arrays.BigDecimalComparator ABigDecimal
Comparator
based onBigDecimal.compareTo(BigDecimal)
.
Is useful if ones wants to use BigDecimal assertions based onBigDecimal.compareTo(BigDecimal)
instead ofBigDecimal.equals(Object)
method.BigIntegerComparator ABigInteger
Comparator
based onBigInteger.compareTo(BigInteger)
.
Is useful if ones wants to use BigInteger assertions based onBigInteger.compareTo(BigInteger)
instead ofBigInteger.equals(Object)
method.Strings.StringsToJoin Knows how to joinString
s using a given delimiter.Strings.StringToAppend Knows how to append a givenString
to the given target, only if the target does not end with the givenString
to append.TextFileWriter