xmlunit-nunit3-constraints : Org.XmlUnit.Constraints Namespace

SchemaValidConstraint Class

Constraint that validates a document against a given W3C XML schema.

Syntax

public class SchemaValidConstraint : NUnit.Framework.Constraints.Constraint

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.9.2.240

Members

See Also: Inherited members from NUnit.Framework.Constraints.Constraint.

Public Constructors

Creates the constraint validating against the given schema(s).
Creates the constraint validating against the given schema.

Public Methods

override
ApplyTo<TActual> (TActual) : NUnit.Framework.Constraints.ConstraintResult
Documentation for this section has not yet been entered.

Extension Methods

static
Singleton<T> (this T) : IEnumerable<T>
An enumerable containing a single element.

Member Details

SchemaValidConstraint Constructor

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.9.2.240

SchemaValidConstraint Constructor

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.0

Requirements

Namespace: Org.XmlUnit.Constraints
Assembly: xmlunit-nunit3-constraints (in xmlunit-nunit3-constraints.dll)
Assembly Versions: 2.9.2.240

ApplyTo<TActual> Generic Method

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.9.2.240