xUnit.net
|
Default implementation of IComparer<T> used by the xUnit.net range assertions. More...
Public Member Functions | |
int | Compare (T x, T y) |
Default implementation of IComparer<T> used by the xUnit.net range assertions.
T | The type that is being compared. |
T | : | IComparable |