Namespace: FsCheck.FSharp
Assembly: FsCheck.dll
Function or value | Description |
Construct a property that succeeds if both succeed. (cfr 'and')
|
|
Construct a property that fails if both fail. (cfr 'or')
|
|
Full Usage:
condition ==> assertion
Parameters:
bool
assertion : 'Testable
Returns: Property
|
Conditional property combinator. Resulting property holds if the property after ==> holds whenever the condition does.
|