XMLUnit.NET 2.3.0

Org.XmlUnit.Constraints Namespace

Namespace

NUnit 3.x Constraints on top of XMLUnit's core.

Type Description
CompareConstraint Constraint that compares two XML sources with each other.
CompareConstraint Constraint that compares two XML sources with each other.
CompareConstraint.CompareConstraintResult Result of a CompareConstraint.
EvaluateXPathConstraint This NUnit3 Constraint verifies whether the evaluation of the provided XPath expression corresponds to the value constraint specified for the provided input XML object.
EvaluateXPathConstraint This NUnit3 Constraint verifies whether the evaluation of the provided XPath expression corresponds to the value constraint specified for the provided input XML object.
EvaluateXPathConstraint.HasXPathConstraintResult Result of a EvaluateXPathConstraint.
HasXPathConstraint This NUnit3 Constraint verifies whether the provided XPath expression corresponds to at least one element in the provided object.
HasXPathConstraint This NUnit3 Constraint verifies whether the provided XPath expression corresponds to at least one element in the provided object.
HasXPathConstraint.HasXPathConstraintResult Result of a HasXPathConstraint.
SchemaValidConstraint Constraint that validates a document against a given W3C XML schema.
SchemaValidConstraint Constraint that validates a document against a given W3C XML schema.
SchemaValidConstraint.SchemaValidationConstraintResult Result of a ValidationConstraint.