Namespace: FsCheck.Experimental
Assembly: FsCheck.dll
Base Type:
obj
Constructor | Description |
|
|
Full Usage:
Machine(maxNumberOfCommands)
Parameters:
int
Returns: Machine<'Actual, 'Model>
|
|
Instance member | Description |
Full Usage:
this.MaxNumberOfCommands
Returns: int
|
|
|
Generate a number of possible commands based on the current state of the model. Preconditions are still checked, so even if a Command is returned, it is not chosen if its precondition does not hold.
|
|
|
|
|
|
|