Package org.xmlunit.assertj3.error
Class ElementsShouldSatisfy.UnsatisfiedRequirement
java.lang.Object
org.xmlunit.assertj3.error.ElementsShouldSatisfy.UnsatisfiedRequirement
- Enclosing class:
- ElementsShouldSatisfy
Holds the element not satisfing a requirement and the error message.
-
Constructor Summary
ConstructorDescriptionUnsatisfiedRequirement
(Object elementNotSatisfyingRequirements, String errorMessage) -
Method Summary
-
Constructor Details
-
UnsatisfiedRequirement
- Parameters:
elementNotSatisfyingRequirements
- the element not satsfying the requirementerrorMessage
- the error message
-
-
Method Details