C# Class NUnit.TestUtilities.Comparers.ObjectComparer

ObjectComparer is used in testing to ensure that only methods of the IComparer interface are used.
Inheritance: IComparer
显示文件 Open project: nunit/nunit Class Usage Examples

Public Properties

Property Type Description
Default IComparer
WasCalled bool

Private Methods

Method Description
IComparer ( object x, object y ) : int

Property Details

Default public_oe static_oe property

public static IComparer Default
return IComparer

WasCalled public_oe property

public bool WasCalled
return bool