NXUnit Framework Class Library

DiffType Enumeration

[This is preliminary documentation and subject to change.]

The types of Diff

public enum DiffType

Members

Member Name Description
NodesNotEqual The xml node in the expected input and the one in the actual input are not equal.
NoSuchNode Cannot find an xml node in the actual input matching the one in the expected input.
NotExpectedNode Cannot find an xml node in the expected input matching the one in the actual input.
UnknownDifference There are unknown difference between the expected input and the actual one.
Note   It is provided for future versions.
LogicError There are internal logic error between the expected input and the actual one.
Note   It is provided for future versions.

Requirements

Namespace: NXUnit.Framework

Assembly: NXUnit.Framework (in NXUnit.Framework.dll)

See Also

NXUnit.Framework Namespace