PexSettingsAttributeBase.MaxRunsWithoutNewTests 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 the maximum number of .
public:
property int MaxRunsWithoutNewTests { int get(); void set(int value); };
[System.ComponentModel.Category("Boundaries")]
[System.ComponentModel.DefaultValue(100)]
[System.ComponentModel.Description("Maximum number of consecutive runs that do not yield any new tests")]
public int MaxRunsWithoutNewTests { get; set; }
[<System.ComponentModel.Category("Boundaries")>]
[<System.ComponentModel.DefaultValue(100)>]
[<System.ComponentModel.Description("Maximum number of consecutive runs that do not yield any new tests")>]
member this.MaxRunsWithoutNewTests : int with get, set
Public Property MaxRunsWithoutNewTests As Integer
Property Value
The maximum number of consecutive runs that do not yield any new tests.
- Attributes