PexSettingsAttributeBase.Priority Property

Definition

The priority of the generated tests if supported by the test framework

public:
 property int Priority { int get(); void set(int value); };
[System.ComponentModel.Category("Tests")]
[System.ComponentModel.DefaultValue(-1)]
[System.ComponentModel.Description("The priority of the generated tests if supported by the test framework")]
public int Priority { get; set; }
[<System.ComponentModel.Category("Tests")>]
[<System.ComponentModel.DefaultValue(-1)>]
[<System.ComponentModel.Description("The priority of the generated tests if supported by the test framework")>]
member this.Priority : int with get, set
Public Property Priority As Integer

Property Value

The desiered test priority. -1 if not specified.

Attributes

Applies to