DescriptionAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attribut utilisé pour fournir un texte descriptif sur un cas de test ou une fixation.
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
public sealed class DescriptionAttribute : NUnit.Framework.PropertyAttribute
type DescriptionAttribute = class
inherit PropertyAttribute
- Héritage
- Attributs
Constructeurs
DescriptionAttribute(String) |
Construire un attribut de description |
Propriétés
Properties |
Obtient le dictionnaire de propriétés pour cet attribut (Hérité de PropertyAttribute) |
Méthodes
ApplyToTest(Test) |
Attribut utilisé pour fournir un texte descriptif sur un cas de test ou une fixation. (Hérité de PropertyAttribute) |