Constraint that validates a document against a given W3C XML schema.
See Also: Inherited members from NUnit.Framework.Constraints.Constraint.
|
SchemaValidConstraint
(params object[])
|
Creates the constraint validating against the given schema(s). |
|
Creates the constraint validating against the given schema. |
override
|
ApplyTo<TActual>
(TActual)Documentation for this section has not yet been entered. |
static
|
Singleton<T>
(this T)An enumerable containing a single element. |
Creates the constraint validating against the given schema(s).Syntax
public SchemaValidConstraint (params object[] schema)Parameters
- schema
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Constraints
Assembly: xmlunit-nunit3-constraints (in xmlunit-nunit3-constraints.dll)
Assembly Versions: 2.10.0.241
Creates the constraint validating against the given schema.Syntax
public SchemaValidConstraint (System.Xml.Schema.XmlSchema schema)Parameters
- schema
- Documentation for this section has not yet been entered.
Remarks
since XMLUnit 2.3.0Requirements
Namespace: Org.XmlUnit.Constraints
Assembly: xmlunit-nunit3-constraints (in xmlunit-nunit3-constraints.dll)
Assembly Versions: 2.10.0.241
Documentation for this section has not yet been entered.Syntax
public override NUnit.Framework.Constraints.ConstraintResult ApplyTo<TActual> (TActual actual)Type Parameters
- TActual
- Documentation for this section has not yet been entered.
Parameters
- actual
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Constraints
Assembly: xmlunit-nunit3-constraints (in xmlunit-nunit3-constraints.dll)
Assembly Versions: 2.10.0.241