NXUnit Framework Class Library

Diff Properties

The properties of the Diff class are listed below. For a complete list of Diff class members, see the Diff Members topic.

Public Instance Properties

ActualNodeName The node name of the actual xml node, just like <node...> or [attr="value"]
ActualPath The xpath of the actual xml node, just like /root/node[1]
DiffType The diff type of this instance.
ExpectedNodeName The node name of the expected xml node, just like <node...> or [attr="value"]
ExpectedPath The xpath of the expected xml node, just like /root/node[1]
NodeType The node type of this instance.

See Also

Diff Class | NXUnit.Framework Namespace | DiffType