xmlunit-core : Org.XmlUnit.Diff Namespace

INodeMatcher Interface

Strategy that matches control and tests nodes for comparison.

Syntax

public interface INodeMatcher

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Org.XmlUnit.Diff
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.1.209

Members

Public Methods

Match (IEnumerable<System.Xml.XmlNode>, IEnumerable<System.Xml.XmlNode>) : IEnumerable<KeyValuePair<System.Xml.XmlNode, System.Xml.XmlNode>>
Matches control and test nodes against each other, returns the matching pairs.

Extension Methods

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

Member Details

Match Method

Matches control and test nodes against each other, returns the matching pairs.

Syntax

Parameters

controlNodes
Documentation for this section has not yet been entered.
testNodes
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.Diff
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.1.209