Package org.assertj.core.util
package org.assertj.core.util
-
ClassDescriptionUtility methods related to arrays.A 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.Deprecated.Deprecated.useCheckReturnValueinsteadUtility methods related toCloseable.Utility methods related to dates.Utility methods related to files.Utility methods related toLists.Utility methods related to maps.NaturalOrderComparator<T extends Comparable<? super T>>Utility methods related to objects.Utility methods related toPaths.Verifies correct argument values and state.Utility methods related toSets.Utility methods related toStrings.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.Utility methods related tos.ThrowableTriFunction<A,B, C, R> Utility methods related to URLs.Indicates that the visibility of a type or member has been relaxed to make the code testable.
CanIgnoreReturnValueinstead