Namespace: FsCheck.Fluent
Assembly: FsCheck.dll
Base Type:
obj
Static member | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
Prop.Classify(property, cond, name)
Parameters:
bool
cond : bool
name : string
Returns: Property
|
|
|
|
|
|
|
|
Full Usage:
Prop.Collect(property, v)
Parameters:
bool
v : 'CollectedValue
Returns: Property
|
|
|
|
Full Usage:
Prop.Discard()
Returns: 'a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
Prop.Implies(condition, property)
Parameters:
bool
property : bool
Returns: Property
|
|
|
|
|
|
Full Usage:
Prop.Label(property, label)
Parameters:
bool
label : string
Returns: Property
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
Prop.Trivial(property, condition)
Parameters:
bool
condition : bool
Returns: Property
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
Prop.When(property, condition)
Parameters:
bool
condition : bool
Returns: Property
|
|