PlatformAttribute Clase

Definición

[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=false)]
public class PlatformAttribute : NUnit.Framework.IncludeExcludeAttribute, NUnit.Framework.Internal.IApplyToTest
type PlatformAttribute = class
    inherit IncludeExcludeAttribute
    interface IApplyToTest
Herencia
Atributos
Implementaciones

Constructores

Nombre Description
PlatformAttribute()
PlatformAttribute(String)

Propiedades

Nombre Description
Exclude (Heredado de IncludeExcludeAttribute)
Include (Heredado de IncludeExcludeAttribute)
Reason (Heredado de IncludeExcludeAttribute)

Métodos

Nombre Description
ApplyToTest(Test)

Se aplica a