IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.TestUtilities.Comparers.ObjectComparer Class Reference

ObjectComparer is used in testing to ensure that only methods of the IComparer interface are used. More...

+ Inheritance diagram for NUnit.TestUtilities.Comparers.ObjectComparer:
+ Collaboration diagram for NUnit.TestUtilities.Comparers.ObjectComparer:

Public Attributes

bool WasCalled = false
 

Static Public Attributes

static readonly IComparer Default = new ObjectComparer()
 

Private Member Functions

int IComparer. Compare (object x, object y)
 

Detailed Description

ObjectComparer is used in testing to ensure that only methods of the IComparer interface are used.

Member Function Documentation

int IComparer. NUnit.TestUtilities.Comparers.ObjectComparer.Compare ( object  x,
object  y 
)
inlineprivate

Member Data Documentation

bool NUnit.TestUtilities.Comparers.ObjectComparer.WasCalled = false

The documentation for this class was generated from the following file: