[This is preliminary documentation and subject to change.]
The types of Diff
| 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. |
Namespace: NXUnit.Framework
Assembly: NXUnit.Framework (in NXUnit.Framework.dll)