CompareResult Constructor
|
Default Constractor, which makes an empty result. |
AreEqual | Is the result means equal? |
Count | How many Diff objects does the result have? |
HasLogicError | Does the result have a logic error included? Note See DiffType.LogicError |
HasUnknownDiff | Does the result have an unknown difference included? Note See DiffType.UnknownDiff |
Item | You can use the result just like an array of Diff objects. |
Add | Overloaded. Add a Diff object to the result. |
Equals (inherited from Object) | |
GetEnumerator | The iterator of the result, so you can use foreach in it. |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
ToString (inherited from Object) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
CompareResult Class | NXUnit.Framework Namespace