NXUnit Framework Class Library

Diff Constructor (XmlNode, DiffType)

[This is preliminary documentation and subject to change.]

If the type is DiffType.NoSuchNode or DiffType.NotExpectedNode, you will use this constructor.

public Diff(
   XmlNode node,
   DiffType type
);

Parameters

node
the expected xml node if the type is DiffType.NoSuchNode
the actual xml node if the type is DiffType.NotExpectedNode
type
the diff type

See Also

Diff Class | NXUnit.Framework Namespace | Diff Constructor Overload List