Namespace: Hedgehog
Assembly: Hedgehog.dll
Function or value | Description |
|
The default configuration for a property test.
|
Full Usage:
withShrinks shrinkLimit config
Parameters:
int<MeasureProduct<shrinks, MeasureOne>>
config : PropertyConfig
Returns: PropertyConfig
|
Set the number of times a property is allowed to shrink before the test runner gives up and displays the counterexample.
|
Full Usage:
withTests testLimit config
Parameters:
int<MeasureProduct<tests, MeasureOne>>
config : PropertyConfig
Returns: PropertyConfig
|
Set the number of times a property should be executed before it is considered successful.
|
|
Restores the default shrinking behavior.
|