DescriptionAttribute Classe

Definizione

Attributo usato per fornire testo descrittivo su un test case o un dispositivo.

[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
Ereditarietà
Attributi

Costruttori

Nome Descrizione
DescriptionAttribute(String)

Costruire un attributo di descrizione

Proprietà

Nome Descrizione
Properties

Ottiene il dizionario delle proprietà per questo attributo

(Ereditato da PropertyAttribute)

Metodi

Nome Descrizione
ApplyToTest(Test)

Attributo usato per fornire testo descrittivo su un test case o un dispositivo.

(Ereditato da PropertyAttribute)

Si applica a