Package org.assertj.core.internal
Class CommonErrors
- java.lang.Object
-
- org.assertj.core.internal.CommonErrors
-
public final class CommonErrors extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privateCommonErrors()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IllegalArgumentExceptionarrayOfValuesToLookForIsEmpty()static NullPointerExceptionarrayOfValuesToLookForIsNull()static IllegalArgumentExceptioniterableOfValuesToLookForIsEmpty()static NullPointerExceptioniterableOfValuesToLookForIsNull()static NullPointerExceptioniterableToLookForIsNull()static voidwrongElementTypeForFlatExtracting(Object group)
-
-
-
Method Detail
-
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)
-
-