次の方法で共有


IgnoreAttribute コンストラクター

定義

オーバーロード

IgnoreAttribute()

テストを無視する理由を与えることなく、 属性を構築します。

IgnoreAttribute(String)

テストを無視する理由を与える 属性を構築します

IgnoreAttribute()

テストを無視する理由を与えることなく、 属性を構築します。

public IgnoreAttribute();

適用対象

IgnoreAttribute(String)

テストを無視する理由を与える 属性を構築します

public IgnoreAttribute(string reason);
new NUnit.Framework.IgnoreAttribute : string -> NUnit.Framework.IgnoreAttribute

パラメーター

reason
String

テストを無視する理由

適用対象