Package org.assertj.core.error
Class ElementsShouldSatisfy
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ElementsShouldSatisfy
- All Implemented Interfaces:
ErrorMessageFactory
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ElementsShouldSatisfy
(Object actual) private
ElementsShouldSatisfy
(Object actual, Object notSatisfies, String assertionErrorDetails) -
Method Summary
Modifier and TypeMethodDescriptionstatic <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
-
Constructor Details
-
ElementsShouldSatisfy
-
ElementsShouldSatisfy
-
-
Method Details
-
elementsShouldSatisfy
public static <T> ErrorMessageFactory elementsShouldSatisfy(Object actual, T elementNotSatisfyingRestrictions, String assertionErrorDetails) -
elementsShouldSatisfyAny
-