CultureAttribute クラス

定義

[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
public class CultureAttribute : NUnit.Framework.IncludeExcludeAttribute, NUnit.Framework.Internal.IApplyToTest
type CultureAttribute = class
    inherit IncludeExcludeAttribute
    interface IApplyToTest
継承
属性
実装

コンストラクター

名前 説明
CultureAttribute()
CultureAttribute(String)

プロパティ

名前 説明
Exclude (継承元 IncludeExcludeAttribute)
Include (継承元 IncludeExcludeAttribute)
Reason (継承元 IncludeExcludeAttribute)

メソッド

名前 説明
ApplyToTest(Test)
IsCultureSupported(String)
IsCultureSupported(String[])

適用対象