Package | Description |
---|---|
org.assertj.core.error |
Modifier and Type | Method and Description |
---|---|
static ElementsShouldSatisfy.UnsatisfiedRequirement |
ElementsShouldSatisfy.unsatisfiedRequirement(Object elementNotSatisfyingRequirements,
String errorMessage) |
Modifier and Type | Method and Description |
---|---|
static ErrorMessageFactory |
ElementsShouldSatisfy.elementsShouldSatisfy(Object actual,
List<ElementsShouldSatisfy.UnsatisfiedRequirement> elementsNotSatisfyingRestrictions,
AssertionInfo info) |
static ErrorMessageFactory |
ElementsShouldSatisfy.elementsShouldSatisfyAny(Object actual,
List<ElementsShouldSatisfy.UnsatisfiedRequirement> elementsNotSatisfyingRequirements,
AssertionInfo info) |
Copyright © 2014–2019 AssertJ. All rights reserved.