| ConfigExtensions Class |
Namespace: FsCheckUtils
The ConfigExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| ToConfiguration |
Creates a Configuration object from a Config object.
| |
| WithArbitrary |
Clones a Config object but overrides the Arbitrary property.
| |
| WithEndSize |
Clones a Config object but overrides the EndSize property.
| |
| WithEvery |
Clones a Config object but overrides the Every property.
| |
| WithEveryShrink |
Clones a Config object but overrides the EveryShrink property.
| |
| WithMaxFail |
Clones a Config object but overrides the MaxFail property.
| |
| WithMaxTest |
Clones a Config object but overrides the MaxTest property.
| |
| WithName |
Clones a Config object but overrides the Name property.
| |
| WithNoReplay |
Clones a Config object but overrides the Replay property
with a value of None.
| |
| WithReplay |
Clones a Config object but overrides the Replay property
with a value of Some(replay).
| |
| WithRunner |
Clones a Config object but overrides the Runner property.
| |
| WithStartSize |
Clones a Config object but overrides the StartSize property.
|