Namespace: FsCheck.FSharp
Assembly: FsCheck.dll
Function or value | Description |
|
|
|
|
Full Usage:
Prop.discard ()
Parameters:
unit
Returns: 'a
|
|
Full Usage:
Prop.filter condition assertion
Parameters:
bool
assertion : 'Testable
Returns: Property
|
|
|
|
Full Usage:
Prop.given condition (iftrue, ifFalse)
Parameters:
bool
iftrue : 'TestableIfTrue
ifFalse : 'TestableIfFalse
Returns: Property
|
|
|
|
|
|
|
|
|
|