NXUnit Framework Class Library

Diff Class

[This is preliminary documentation and subject to change.]

A Diff object means a basic difference between two XMLs.
When you do comparision in XMLAssert, you will get the a CompareResult object as the return object, which is a container of Diff objects.

Note   This class may be instantiated, or further subclassed.

For a list of all members of this type, see Diff Members.

System.Object
   NXUnit.Framework.Diff

public class Diff

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Example

See NXUnit.Framework.Tests.DiffTest in file {nxunit_home}/test/DiffTest.cs

Requirements

Namespace: NXUnit.Framework

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

See Also

Diff Members | NXUnit.Framework Namespace | DiffType