Namespace: FsCheck.Experimental
Assembly: FsCheck.dll
Base Type:
obj
All Interfaces:
IOperation
Constructor | Description |
|
|
Instance member | Description |
Full Usage:
this.Check(arg1, arg2)
Parameters:
'Actual
arg1 : 'Model
Returns: Property
Modifiers: abstract |
Executes the command on the object under test, and returns a property that must hold. This property typically compares the state of the model with the state of the object after execution of the command.
|
Full Usage:
this.Pre(arg1)
Parameters:
'Model
Returns: bool
Modifiers: abstract |
Optional precondition for execution of the command. When this does not hold, the test continues but the command is not executed.
|
Full Usage:
this.Run(arg1)
Parameters:
'Model
Returns: 'Model
Modifiers: abstract |
Executes the command on the model of the object.
|