C# Class NUnit.TestUtilities.Comparers.ObjectComparer

ObjectComparer is used in testing to ensure that only methods of the IComparer interface are used.
Inheritance: IComparer
Afficher le fichier Open project: nunit/nunit Class Usage Examples

Méthodes publiques

Свойство Type Description
Default IComparer
WasCalled bool

Private Methods

Méthode Description
IComparer ( object x, object y ) : int

Property Details

Default public_oe static_oe property

public static IComparer Default
Résultat IComparer

WasCalled public_oe property

public bool WasCalled
Résultat bool