PropOperators Module
Operators for Prop.
Functions and values
| 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.
|
FsCheck