public class ElementsShouldSatisfy extends BasicErrorMessageFactory
arguments, format| Modifier and Type | Method and Description |
|---|---|
static <T> ErrorMessageFactory |
elementsShouldSatisfy(Object actual,
T elementNotSatisfyingRestrictions,
String assertionErrorDetails) |
static <T> ErrorMessageFactory |
elementsShouldSatisfyAny(Object actual) |
create, create, create, equals, hashCode, toString, unquotedStringpublic static <T> ErrorMessageFactory elementsShouldSatisfy(Object actual, T elementNotSatisfyingRestrictions, String assertionErrorDetails)
public static <T> ErrorMessageFactory elementsShouldSatisfyAny(Object actual)
Copyright © 2014–2018 AssertJ. All rights reserved.