Strategy that matches control and tests nodes for comparison.
|
Match
(IEnumerable<System.Xml.XmlNode>, IEnumerable<System.Xml.XmlNode>)Matches control and test nodes against each other, returns the matching pairs. |
static
|
Singleton<T>
(this T)An enumerable containing a single element. |
Matches control and test nodes against each other, returns the matching pairs.Syntax
public IEnumerable<KeyValuePair<System.Xml.XmlNode, System.Xml.XmlNode>> Match (IEnumerable<System.Xml.XmlNode> controlNodes, IEnumerable<System.Xml.XmlNode> testNodes)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.10.0.241