PexSettingsAttributeBase.TestExcludePathBoundsExceeded Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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