NXUnit Framework Class Library

Diff Members

Diff overview

Public Instance Constructors

Diff Overloaded. Initializes a new instance of the Diff class.

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.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString Return friendly printable string of this instance. Used by the exceptions during assertion.

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

Diff Class | NXUnit.Framework Namespace | DiffType