Class ErrorMessages

java.lang.Object
org.assertj.core.internal.ErrorMessages

public final class ErrorMessages extends Object
  • Constructor Details

    • ErrorMessages

      private ErrorMessages()
  • Method Details

    • arrayIsNull

      public static String arrayIsNull()
    • arrayIsEmpty

      public static String arrayIsEmpty()
    • iterableIsNull

      public static String iterableIsNull()
    • iterableIsEmpty

      public static String iterableIsEmpty()
    • descriptionIsNull

      public static String descriptionIsNull()
    • keysToLookForIsEmpty

      public static String keysToLookForIsEmpty(String placeholder)
    • keysToLookForIsNull

      public static String keysToLookForIsNull(String placeholder)
    • entriesToLookForIsEmpty

      public static String entriesToLookForIsEmpty()
    • entriesToLookForIsNull

      public static String entriesToLookForIsNull()
    • mapOfEntriesToLookForIsNull

      public static String mapOfEntriesToLookForIsNull()
    • entryToLookForIsNull

      public static String entryToLookForIsNull()
    • isNotArray

      public static String isNotArray(Object o)
    • iterableToLookForIsNull

      public static String iterableToLookForIsNull()
    • offsetIsNull

      public static String offsetIsNull()
    • offsetValueIsNotPositive

      public static String offsetValueIsNotPositive()
    • strictOffsetValueIsNotStrictlyPositive

      public static String strictOffsetValueIsNotStrictlyPositive()
    • percentageValueIsInRange

      public static String percentageValueIsInRange(Number number)
    • regexPatternIsNull

      public static String regexPatternIsNull()
    • charSequenceToLookForIsNull

      public static String charSequenceToLookForIsNull()
    • valuesToLookForIsEmpty

      public static String valuesToLookForIsEmpty()
    • valuesToLookForIsNull

      public static String valuesToLookForIsNull()
    • iterableValuesToLookForIsEmpty

      public static String iterableValuesToLookForIsEmpty()
    • iterableValuesToLookForIsNull

      public static String iterableValuesToLookForIsNull()
    • dateToCompareActualWithIsNull

      public static String dateToCompareActualWithIsNull()
    • startDateToCompareActualWithIsNull

      public static String startDateToCompareActualWithIsNull()
    • endDateToCompareActualWithIsNull

      public static String endDateToCompareActualWithIsNull()
    • arrayOfValuesToLookForIsNull

      public static String arrayOfValuesToLookForIsNull()
    • arrayOfValuesToLookForIsEmpty

      public static String arrayOfValuesToLookForIsEmpty()
    • predicateIsNull

      public static String predicateIsNull()
    • emptySequence

      public static String emptySequence()
    • emptySubsequence

      public static String emptySubsequence()
    • nullSequence

      public static String nullSequence()
    • nullSubsequence

      public static String nullSubsequence()