Package org.xmlunit.assertj3.error
Class ElementsShouldSatisfy
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.xmlunit.assertj3.error.ElementsShouldSatisfy
- All Implemented Interfaces:
org.assertj.core.error.ErrorMessageFactory
public class ElementsShouldSatisfy
extends org.assertj.core.error.BasicErrorMessageFactory
Copied subset of
ElementsShouldSatisfy
as AssertJ has moved the nested
UnsatisfiedRequirement class to a top level class, breaking backwards compatibility.- Since:
- XMLUnit 2.8.3
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ElementsShouldSatisfy
(Object actual, List<ElementsShouldSatisfy.UnsatisfiedRequirement> elementsNotSatisfyingRestrictions, org.assertj.core.api.AssertionInfo info) -
Method Summary
Modifier and TypeMethodDescriptionprivate static String
describeErrors
(List<ElementsShouldSatisfy.UnsatisfiedRequirement> elementsNotSatisfyingRequirements, org.assertj.core.api.AssertionInfo info) static org.assertj.core.error.ErrorMessageFactory
elementsShouldSatisfy
(Object actual, List<ElementsShouldSatisfy.UnsatisfiedRequirement> elementsNotSatisfyingRestrictions, org.assertj.core.api.AssertionInfo info) private static String
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Constructor Details
-
ElementsShouldSatisfy
private ElementsShouldSatisfy(Object actual, List<ElementsShouldSatisfy.UnsatisfiedRequirement> elementsNotSatisfyingRestrictions, org.assertj.core.api.AssertionInfo info)
-
-
Method Details
-
elementsShouldSatisfy
public static org.assertj.core.error.ErrorMessageFactory elementsShouldSatisfy(Object actual, List<ElementsShouldSatisfy.UnsatisfiedRequirement> elementsNotSatisfyingRestrictions, org.assertj.core.api.AssertionInfo info) -
describeErrors
private static String describeErrors(List<ElementsShouldSatisfy.UnsatisfiedRequirement> elementsNotSatisfyingRequirements, org.assertj.core.api.AssertionInfo info) -
escapePercent
-