Namespace: Hedgehog.Linq
Assembly: Hedgehog.dll
Base Type:
obj
Static member | Description |
Full Usage:
PropertyConfigExtensions.WithShrinks(config, shrinkLimit)
Parameters:
PropertyConfig
shrinkLimit : int<MeasureProduct<shrinks, MeasureOne>>
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:
PropertyConfigExtensions.WithTests(config, testLimit)
Parameters:
PropertyConfig
testLimit : int<MeasureProduct<tests, MeasureOne>>
Returns: PropertyConfig
|
Set the number of times a property should be executed before it is considered successful.
|
Full Usage:
PropertyConfigExtensions.WithoutShrinks(config)
Parameters:
PropertyConfig
Returns: PropertyConfig
|
Restores the default shrinking behavior.
|