PexSettingsAttributeBase.Priority Propriété

Définition

Priorité des tests générés si cela est pris en charge par l'infrastructure de test

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

Valeur de propriété

Int32

Priorité de test souhaitée. -1 si non spécifié.

Attributs

S’applique à