Compartilhar via


TestCaseAttribute Construtores

Definição

Sobrecargas

TestCaseAttribute(Object)

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

Parâmetros

arg
Object

Aplica-se a

TestCaseAttribute(Object[])

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

Parâmetros

arguments
Object[]

Aplica-se a

TestCaseAttribute(Object, Object)

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

Parâmetros

arg1
Object
arg2
Object

Aplica-se a

TestCaseAttribute(Object, Object, Object)

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

Parâmetros

arg1
Object
arg2
Object
arg3
Object

Aplica-se a