共用方式為


PlatformAttribute 類別

定義

[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
繼承
屬性
實作

建構函式

PlatformAttribute()
PlatformAttribute(String)

屬性

Exclude (繼承來源 IncludeExcludeAttribute)
Include (繼承來源 IncludeExcludeAttribute)
Reason (繼承來源 IncludeExcludeAttribute)

方法

ApplyToTest(Test)

適用於