![]() | INumericTypeT Interface |
Namespace: SmartTests.Ranges
The INumericTypeT type exposes the following members.
Name | Description | |
---|---|---|
![]() | Chunks |
The sorted list of non-overlapping chunks
|
![]() | MaxValue |
Maximum value for type T
|
![]() | MinValue |
Minimum value for type T
|
Name | Description | |
---|---|---|
![]() | Above(T) |
Adds a chunk of numeric values above min
|
![]() | Above(T, T, T) |
adds a chunk of numeric values above min and returns a criteria for this range
|
![]() | AboveOrEqual(T) |
Adds a chunk of numeric values above a min
|
![]() | AboveOrEqual(T, T, T) |
Adds a chunk of numeric values above or equal to a min and returns a criteria for this range
|
![]() | Below(T) |
Adds a chunk of numeric values below max
|
![]() | Below(T, T, T) |
Creates a range of numeric values below max and returns a criteria for this range
|
![]() | BelowOrEqual(T) |
Adds a chunk of numeric values below or equal to max
|
![]() | BelowOrEqual(T, T, T) |
Adds a range of numeric values below or equal to max and returns a criteria for this range
|
![]() | GetErrorValue |
Returns any value for this range (all values have the same probability) as an error value
|
![]() | GetNext |
Returns the value following n |
![]() | GetPrevious |
Returns the value preceding n |
![]() | GetValidValue |
Returns any value for this range (all values have the same probability)
|
![]() | Range(T, T) |
Adds a chunk of numeric values
|
![]() | Range(T, Boolean, T, Boolean) |
Adds a chunk of numeric values
|
![]() | Range(T, T, T, T) |
Adds a chunk of numeric values and returns a criteria for this range
|
![]() | Range(T, Boolean, T, Boolean, T, T) |
Adds a chunk of numeric values
|
![]() | Value(T) |
Creates a range of one numeric value
|
![]() | Value(T, T) |
Creates a range of one numeric value and returns a criteria for this range
|