Uses of Package
org.assertj.core.util
Packages that use org.assertj.core.util
Package
Description
-
Classes in org.assertj.core.util used by org.assertj.core.apiClassDescriptionIndicates 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.api.recursive.comparisonClassDescriptionIndicates 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.errorClassDescriptionIndicates 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.internalClassDescriptionIndicates 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.presentationClassDescriptionIndicates 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.utilClassDescriptionA list-like wrapper for arrays.A
BigDecimalComparatorbased onBigDecimal.compareTo(BigDecimal).
Is useful if ones wants to use BigDecimal assertions based onBigDecimal.compareTo(BigDecimal)instead ofBigDecimal.equals(Object)method.ABigIntegerComparatorbased onBigInteger.compareTo(BigInteger).
Is useful if ones wants to use BigInteger assertions based onBigInteger.compareTo(BigInteger)instead ofBigInteger.equals(Object)method.Knows how to joinStrings using a given delimiter.Knows how to append a givenStringto the given target, only if the target does not end with the givenStringto append. -
Classes in org.assertj.core.util used by org.assertj.core.util.introspectionClassDescriptionIndicates that the visibility of a type or member has been relaxed to make the code testable.