public class ElementsShouldSatisfy
extends org.assertj.core.error.BasicErrorMessageFactory
ElementsShouldSatisfy as AssertJ has moved the nested
UnsatisfiedRequirement class to a top level class, breaking backwards compatibility.| Modifier and Type | Class and Description |
|---|---|
static class |
ElementsShouldSatisfy.UnsatisfiedRequirement
Holds the element not satisfing a requirement and the error message.
|
| Modifier and Type | Method and Description |
|---|---|
static org.assertj.core.error.ErrorMessageFactory |
elementsShouldSatisfy(Object actual,
List<ElementsShouldSatisfy.UnsatisfiedRequirement> elementsNotSatisfyingRestrictions,
org.assertj.core.api.AssertionInfo info)
Creates ErrorMessageFactory.
|
public static org.assertj.core.error.ErrorMessageFactory elementsShouldSatisfy(Object actual, List<ElementsShouldSatisfy.UnsatisfiedRequirement> elementsNotSatisfyingRestrictions, org.assertj.core.api.AssertionInfo info)
actual - the actual valueelementsNotSatisfyingRestrictions - elements that don't satisfy assertioninfo - assertion informationCopyright © 2001–2025 XMLUnit. All rights reserved.