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 |
| 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) |
public static org.assertj.core.error.ErrorMessageFactory elementsShouldSatisfy(Object actual, List<ElementsShouldSatisfy.UnsatisfiedRequirement> elementsNotSatisfyingRestrictions, org.assertj.core.api.AssertionInfo info)
Copyright © 2001–2021 XMLUnit. All rights reserved.