PexSettingsAttributeBase.MaxBranches Property

Definition

A named parameter that specifies the maximum number of branches that can be taken along a single execution path.

public:
 property int MaxBranches { int get(); void set(int value); };
[System.ComponentModel.Category("Boundaries")]
[System.ComponentModel.DefaultValue(10000)]
[System.ComponentModel.Description("Maximum number of branches that may be taken along a single execution path")]
public int MaxBranches { get; set; }
[<System.ComponentModel.Category("Boundaries")>]
[<System.ComponentModel.DefaultValue(10000)>]
[<System.ComponentModel.Description("Maximum number of branches that may be taken along a single execution path")>]
member this.MaxBranches : int with get, set
Public Property MaxBranches As Integer

Property Value

The maximum number of branches.

Attributes

Applies to