TestCaseAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- arg
- Object
Applies to
TestCaseAttribute(Object[])
public TestCaseAttribute (params object[] arguments);
new NUnit.Framework.TestCaseAttribute : obj[] -> NUnit.Framework.TestCaseAttribute
Parameters
- arguments
- Object[]