Package org.assertj.core.error
Class ElementsShouldSatisfy
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.core.error.ElementsShouldSatisfy
-
- All Implemented Interfaces:
ErrorMessageFactory
public class ElementsShouldSatisfy extends BasicErrorMessageFactory
-
-
Field Summary
-
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> ErrorMessageFactory
elementsShouldSatisfy(Object actual, T elementNotSatisfyingRestrictions, String assertionErrorDetails)
static <T> ErrorMessageFactory
elementsShouldSatisfyAny(Object actual)
-
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
-
-
-
Method Detail
-
elementsShouldSatisfy
public static <T> ErrorMessageFactory elementsShouldSatisfy(Object actual, T elementNotSatisfyingRestrictions, String assertionErrorDetails)
-
elementsShouldSatisfyAny
public static <T> ErrorMessageFactory elementsShouldSatisfyAny(Object actual)
-
-