IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
ObjectComparer is used in testing to ensure that only methods of the IComparer interface are used. More...
Public Attributes | |
bool | WasCalled = false |
Static Public Attributes | |
static readonly IComparer | Default = new ObjectComparer() |
Private Member Functions | |
int IComparer. | Compare (object x, object y) |
ObjectComparer is used in testing to ensure that only methods of the IComparer interface are used.
|
inlineprivate |
bool NUnit.TestUtilities.Comparers.ObjectComparer.WasCalled = false |
|
static |
Referenced by NUnit.Framework.Constraints.CollectionOrderedConstraintTests.IsOrderedBy_Comparer(), NUnit.Framework.Syntax.CollectionOrderedTest_Comparer.SetUp(), NUnit.Framework.Syntax.CollectionOrderedTest_Comparer_Descending.SetUp(), NUnit.Framework.Syntax.CollectionOrderedByTest_Comparer.SetUp(), and NUnit.Framework.Syntax.CollectionOrderedByTest_Comparer_Descending.SetUp().