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.GenericComparer< T > Class Template Reference

GenericComparer is used in testing to ensure that only the IComparer{T} interface is used. More...

+ Inheritance diagram for NUnit.TestUtilities.Comparers.GenericComparer< T >:
+ Collaboration diagram for NUnit.TestUtilities.Comparers.GenericComparer< T >:

Public Attributes

bool WasCalled = false
 

Private Member Functions

int IComparer< T >. Compare (T x, T y)
 

Detailed Description

GenericComparer is used in testing to ensure that only the IComparer{T} interface is used.

Member Function Documentation

int IComparer<T>. NUnit.TestUtilities.Comparers.GenericComparer< T >.Compare ( x,
y 
)
inlineprivate

Member Data Documentation

bool NUnit.TestUtilities.Comparers.GenericComparer< T >.WasCalled = false

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