Package org.assertj.core.util
-
Interface Summary Interface Description TriFunction<A,B,C,R> -
Class Summary Class Description AbstractComparableNumberComparator<T extends Number & Comparable<T>> Arrays Utility methods related to arrays.ArrayWrapperList A list-like wrapper for arrays.BigDecimalComparator ABigDecimalComparatorbased onBigDecimal.compareTo(BigDecimal).
Is useful if ones wants to use BigDecimal assertions based onBigDecimal.compareTo(BigDecimal)instead ofBigDecimal.equals(Object)method.BigIntegerComparator ABigIntegerComparatorbased onBigInteger.compareTo(BigInteger).
Is useful if ones wants to use BigInteger assertions based onBigInteger.compareTo(BigInteger)instead ofBigInteger.equals(Object)method.Closeables Utility methods related toCloseable.DateUtil Utility methods related to dates.DoubleComparator FailureMessages Files Utility methods related to files.FloatComparator Hexadecimals IterableUtil Lists Utility methods related tojava.util.Lists.Maps Utility methods related to maps.NullSafeComparator<T> Objects Utility methods related to objects.Preconditions Verifies correct argument values and state.Sets Utility methods related toSets.Streams Strings Utility methods related toStrings.Strings.StringsToJoin Knows how to joinStrings using a given delimiter.Strings.StringToAppend Knows how to append a givenStringto the given target, only if the target does not end with the givenStringto append.TextFileWriter Throwables Utility methods related tos.ThrowableURLs Utility methods related to URLs. -
Annotation Types Summary 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.