TestCaseAttribute Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- arg
- Object
S’applique à
TestCaseAttribute(Object[])
public TestCaseAttribute (params object[] arguments);
new NUnit.Framework.TestCaseAttribute : obj[] -> NUnit.Framework.TestCaseAttribute
Paramètres
- arguments
- Object[]