![]() | SmartTests.Ranges Namespace |
Class | Description | |
---|---|---|
![]() | ByteType |
Represents a Range of integer values (with several chunks)
|
![]() | ByteTypeHelper |
A helper type to create INumericTypeT for byte from a byte.
|
![]() | DateTimeType |
Represents a Range of DateTime values (with several chunks)
|
![]() | DateTimeTypeHelper |
A helper type to create INumericTypeT for DateTime from a DateTime.
|
![]() | DecimalType |
Represents a Range of decimal values (with several chunks)
|
![]() | DecimalTypeHelper |
A helper type to create INumericTypeT for decimal from a decimal.
|
![]() | DoubleType |
Represents a Range of double values (with several chunks)
|
![]() | DoubleTypeHelper |
A helper type to create INumericTypeT for double from a double.
|
![]() | EnumType |
Represents one or more enum values
|
![]() | EnumTypeHelper |
A helper type to create EnumType.
|
![]() | EnumTypeHelperPlaceHolderT |
A place holder type to distinguish the right
CaseTParam, T(ExpressionFuncTParam, EnumTypeHelperPlaceHolderT, T, T)
.
|
![]() | Int16Type |
Represents a Range of short values (with several chunks)
|
![]() | Int16TypeHelper |
A helper type to create INumericTypeT for short from a short.
|
![]() | Int32Type |
Represents a Range of integer values (with several chunks)
|
![]() | Int32TypeHelper |
A helper type to create INumericTypeT for int from a int.
|
![]() | Int64Type |
Represents a Range of long values (with several chunks)
|
![]() | Int64TypeHelper |
A helper type to create INumericTypeT for long from a long.
|
![]() | NumericTypeT, TType |
Represents a Range of numeric values (with several chunks)
|
![]() | SByteType |
Represents a Range of integer values (with several chunks)
|
![]() | SByteTypeHelper |
A helper type to create INumericTypeT for sbyte from a sbyte.
|
![]() | SingleType |
Represents a Range of float values (with several chunks)
|
![]() | SingleTypeHelper |
A helper type to create INumericTypeT for float from a float.
|
![]() | UInt16Type |
Represents a Range of integer values (with several chunks)
|
![]() | UInt16TypeHelper |
A helper type to create INumericTypeT for ushort from a ushort.
|
![]() | UInt32Type |
Represents a Range of integer values (with several chunks)
|
![]() | UInt32TypeHelper |
A helper type to create INumericTypeT for uint from a uint.
|
![]() | UInt64Type |
Represents a Range of long values (with several chunks)
|
![]() | UInt64TypeHelper |
A helper type to create INumericTypeT for ulong from a ulong.
|
Interface | Description | |
---|---|---|
![]() | INumericTypeT |
Represents a range of integers of any integer type T
|
![]() | IType |
Represents a type
|