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 static org.assertj.core.error.ErrorMessageFactoryElementsShouldSatisfy. elementsShouldSatisfy(java.lang.Object actual, java.util.List<ElementsShouldSatisfy.UnsatisfiedRequirement> elementsNotSatisfyingRestrictions, org.assertj.core.api.AssertionInfo info)Creates ErrorMessageFactory.
-