PexSettingsAttributeBase.Priority 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.
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