Compartir a través de


DescriptionAttribute Clase

Definición

Atributo usado para proporcionar texto descriptivo sobre un caso de prueba o accesorio.

[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
Herencia
Atributos

Constructores

DescriptionAttribute(String)

Construir un atributo description

Propiedades

Properties

Obtiene el diccionario de propiedades para este atributo.

(Heredado de PropertyAttribute)

Métodos

ApplyToTest(Test)

Atributo usado para proporcionar texto descriptivo sobre un caso de prueba o accesorio.

(Heredado de PropertyAttribute)

Se aplica a