Langage

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

Nom Description
DescriptionAttribute(String)

Construire un attribut de description

Propriétés

Nom Description
Properties

Obtient le dictionnaire de propriétés pour cet attribut

(Hérité de PropertyAttribute)

Méthodes

Nom Description
ApplyToTest(Test)

Attribut utilisé pour fournir un texte descriptif sur un cas de test ou une fixation.

(Hérité de PropertyAttribute)

S’applique à