次の方法で共有


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)

適用対象