Click or drag to resize

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
)

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: Criteria
Any Criteria so that it can be used everywhere a criteria is expected.

Implements

INumericTypeTValue(T, T)
See Also