PexSettingsAttributeBase.TestExcludePathBoundsExceeded Property

Definition

A named parameter that specifies whether to ignore execution paths that exceed MaxCalls, MaxBranches or MaxConditions.

public:
 property bool TestExcludePathBoundsExceeded { bool get(); void set(bool value); };
[System.ComponentModel.Category("Tests")]
[System.ComponentModel.DefaultValue(false)]
[System.ComponentModel.Description("Execution paths which exceed MaxCalls, MaxBranches or MaxConditions are ignored")]
public bool TestExcludePathBoundsExceeded { get; set; }
[<System.ComponentModel.Category("Tests")>]
[<System.ComponentModel.DefaultValue(false)>]
[<System.ComponentModel.Description("Execution paths which exceed MaxCalls, MaxBranches or MaxConditions are ignored")>]
member this.TestExcludePathBoundsExceeded : bool with get, set
Public Property TestExcludePathBoundsExceeded As Boolean

Property Value

Set this value to true to ignore execution paths that exceed MaxCalls, MaxBranches or MaxConditions and false otherwise.

Attributes

Applies to