NXUnit Framework Class Library

Diff Constructor (XmlNode, XmlNode, DiffType)

[This is preliminary documentation and subject to change.]

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

public Diff(
   XmlNode expected,
   XmlNode actual,
   DiffType type
);

Parameters

expected
the expected xml node
actual
the actual xml node
type
the diff type

See Also

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