Click or drag to resize
PropExtensionsLabelTTestable Method
Wrapper method around FsCheck's |@ property operator.

Namespace: FsCheckUtils
Assembly: FsCheckUtils (in FsCheckUtils.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public static Gen<Rose<Result>> Label<TTestable>(
	TTestable assertion,
	string name
)

Parameters

assertion
Type: TTestable
The property to be labelled.
name
Type: SystemString
The label to apply to the property.

Type Parameters

TTestable
Type of the property.

Return Value

Type: GenRoseResult
A property
See Also