Gets or sets the required significance level to determine whether the distribution is uniform.
Namespace:
MbUnit.Framework.ContractVerifiersAssembly: MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public double UniformDistributionQuality { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property UniformDistributionQuality As Double |
Remarks
If the actual probability calculated from the specified distinct instances is greater than the specified value, the test fails.
The default is 0.05 (5%).
