IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Member Functions | |
ComparerAdapter (IComparer comparer) | |
Construct a ComparisonAdapter for an IComparer More... | |
override int | Compare (object expected, object actual) |
Compares two objects More... | |
Private Attributes | |
readonly IComparer | comparer |
Additional Inherited Members | |
![]() | |
static ComparisonAdapter | For (IComparer comparer) |
Returns a ComparisonAdapter that wraps an IComparer More... | |
static ComparisonAdapter | For< T > (IComparer< T > comparer) |
Returns a ComparisonAdapter that wraps an IComparer{T} More... | |
static ComparisonAdapter | For< T > (Comparison< T > comparer) |
Returns a ComparisonAdapter that wraps a Comparison{T} More... | |
![]() | |
static ComparisonAdapter | Default [get] |
Gets the default ComparisonAdapter, which wraps an NUnitComparer object. More... | |
|
inline |
Construct a ComparisonAdapter for an IComparer
|
inlinevirtual |
Compares two objects
expected | |
actual |
Implements NUnit.Framework.Constraints.ComparisonAdapter.
|
private |