다음을 통해 공유


PexSettingsAttributeBase.MaxRunsWithoutNewTests Property

Definition

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

Applies to