TestCaseAttribute Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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
Parámetros
- arg
- Object
Se aplica a
TestCaseAttribute(Object[])
public TestCaseAttribute (params object[] arguments);
new NUnit.Framework.TestCaseAttribute : obj[] -> NUnit.Framework.TestCaseAttribute
Parámetros
- arguments
- Object[]