PexSettingsAttributeBase.MaxConditions Свойство

Определение

Именованный параметр, указывающий максимальное количество условий для входных данных, которые можно проверить в рамках одного пути выполнения.

public:
 property int MaxConditions { int get(); void set(int value); };
[System.ComponentModel.Category("Boundaries")]
[System.ComponentModel.DefaultValue(500)]
[System.ComponentModel.Description("Maximum number of conditions over the inputs that may be checked during a single execution path")]
public int MaxConditions { get; set; }
[<System.ComponentModel.Category("Boundaries")>]
[<System.ComponentModel.DefaultValue(500)>]
[<System.ComponentModel.Description("Maximum number of conditions over the inputs that may be checked during a single execution path")>]
member this.MaxConditions : int with get, set
Public Property MaxConditions As Integer

Значение свойства

Int32

Максимальное число условий, которые можно проверить в рамках одного пути выполнения.

Атрибуты

Применяется к