다음을 통해 공유


TestCaseAttribute 생성자

정의

오버로드

TestCaseAttribute(Object)
TestCaseAttribute(Object[])
TestCaseAttribute(Object, Object)
TestCaseAttribute(Object, Object, Object)

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

적용 대상