Gets or sets the maximum collision probability tolerated.
Namespace:
MbUnit.Framework.ContractVerifiersAssembly: MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public double CollisionProbabilityLimit { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property CollisionProbabilityLimit As Double |
Remarks
If the actual probability calculated from the specified distinct instances is greater than this limit, the test will fail.
The default is 0.01 (1%).
