次の方法で共有


TestCaseAttribute コンストラクター

定義

オーバーロード

TestCaseAttribute(Object)

public TestCaseAttribute(object arg);
new NUnit.Framework.TestCaseAttribute : obj -> NUnit.Framework.TestCaseAttribute

パラメーター

arg
Object

適用対象

TestCaseAttribute(Object[])

public TestCaseAttribute(params object[] arguments);
new NUnit.Framework.TestCaseAttribute : obj[] -> NUnit.Framework.TestCaseAttribute

パラメーター

arguments
Object[]

適用対象

TestCaseAttribute(Object, Object)

public TestCaseAttribute(object arg1, object arg2);
new NUnit.Framework.TestCaseAttribute : obj * obj -> NUnit.Framework.TestCaseAttribute

パラメーター

arg1
Object
arg2
Object

適用対象

TestCaseAttribute(Object, Object, Object)

public TestCaseAttribute(object arg1, object arg2, object arg3);
new NUnit.Framework.TestCaseAttribute : obj * obj * obj -> NUnit.Framework.TestCaseAttribute

パラメーター

arg1
Object
arg2
Object
arg3
Object

適用対象