| NumericTypeT, TTypeValue Method (T, T) |
Creates a range of one numeric value and returns a criteria for this range
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax public Criteria Value(
T val,
out T value
)
Public Function Value (
val As T,
<OutAttribute> ByRef value As T
) As Criteria
public:
virtual Criteria^ Value(
T val,
[OutAttribute] T% value
) sealed
abstract Value :
val : 'T *
value : 'T byref -> Criteria
override Value :
val : 'T *
value : 'T byref -> Criteria
Parameters
- val
- Type: T
The minimum and maximum value for the created chunk. - value
- Type: T
A random value within this range.
Return Value
Type:
CriteriaAny
Criteria so that it can be used everywhere a criteria is expected.
Implements
INumericTypeTValue(T, T)See Also