NXUnit Framework Class Library

CompareResult Class

[This is preliminary documentation and subject to change.]

The return result of comparision in XMLAssert, and the result actually is a container of Diff objects.
It implements IEnumerable of .NET Framework so you can use foreach in a CompareResult object.

Note   This class may be instantiated, or further subclassed.

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

System.Object
   NXUnit.Framework.CompareResult

public class CompareResult : IEnumerable

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.CompareResult in file {nxunit_home}/test/CompareResult.cs

Requirements

Namespace: NXUnit.Framework

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

See Also

CompareResult Members | NXUnit.Framework Namespace