Class CommonErrors

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

public final class CommonErrors extends Object
  • Constructor Details

    • CommonErrors

      private CommonErrors()
  • Method Details

    • arrayOfValuesToLookForIsNull

      public static NullPointerException arrayOfValuesToLookForIsNull()
    • iterableToLookForIsNull

      public static NullPointerException iterableToLookForIsNull()
    • iterableOfValuesToLookForIsNull

      public static NullPointerException iterableOfValuesToLookForIsNull()
    • arrayOfValuesToLookForIsEmpty

      public static IllegalArgumentException arrayOfValuesToLookForIsEmpty()
    • iterableOfValuesToLookForIsEmpty

      public static IllegalArgumentException iterableOfValuesToLookForIsEmpty()
    • wrongElementTypeForFlatExtracting

      public static void wrongElementTypeForFlatExtracting(Object group)