Partager via


DescriptionAttribute Classe

Définition

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)

S’applique à