Expected sorting order for the Sorted<(Of <(T>)>)(IEnumerable<(Of <(T>)>), SortOrder) assertion.
Namespace:
MbUnit.FrameworkAssembly: MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public enum SortOrder |
| Visual Basic (Declaration) |
|---|
Public Enumeration SortOrder |
Members
| Member name | Description | |
|---|---|---|
| Increasing |
Each value is expected to be greater than or equal to the previous value.
| |
| StrictlyIncreasing |
Each value is expected to be strictly greater than the previous value.
| |
| Decreasing |
Each value is expected to be less than or equal to the previous value.
| |
| StrictlyDecreasing |
Each value is expected to be strictly less than the previous value.
| |
| Format |
Formats an object using the default IFormatter.
| |
| Format |
Formats an object using the specified IFormatter.
|
