Uses of Class
org.xmlunit.assertj3.error.ElementsShouldSatisfy.UnsatisfiedRequirement
-
Packages that use ElementsShouldSatisfy.UnsatisfiedRequirement Package Description org.xmlunit.assertj3.error Contains internal classes of XMLUnit's AssertJ 3.x support that are only public as an implementation detail. -
-
Uses of ElementsShouldSatisfy.UnsatisfiedRequirement in org.xmlunit.assertj3.error
Method parameters in org.xmlunit.assertj3.error with type arguments of type ElementsShouldSatisfy.UnsatisfiedRequirement Modifier and Type Method Description private static java.lang.String
ElementsShouldSatisfy. describeErrors(java.util.List<ElementsShouldSatisfy.UnsatisfiedRequirement> elementsNotSatisfyingRequirements, org.assertj.core.api.AssertionInfo info)
static org.assertj.core.error.ErrorMessageFactory
ElementsShouldSatisfy. elementsShouldSatisfy(java.lang.Object actual, java.util.List<ElementsShouldSatisfy.UnsatisfiedRequirement> elementsNotSatisfyingRestrictions, org.assertj.core.api.AssertionInfo info)
Creates ErrorMessageFactory.Constructor parameters in org.xmlunit.assertj3.error with type arguments of type ElementsShouldSatisfy.UnsatisfiedRequirement Constructor Description ElementsShouldSatisfy(java.lang.Object actual, java.util.List<ElementsShouldSatisfy.UnsatisfiedRequirement> elementsNotSatisfyingRestrictions, org.assertj.core.api.AssertionInfo info)
-