TestCaseData 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
TestCaseData(Object) | |
TestCaseData(Object[]) | |
TestCaseData(Object, Object) | |
TestCaseData(Object, Object, Object) |
TestCaseData(Object)
public TestCaseData(object arg);
new NUnit.Framework.TestCaseData : obj -> NUnit.Framework.TestCaseData
Parameters
- arg
- Object
Applies to
TestCaseData(Object[])
public TestCaseData(params object[] args);
new NUnit.Framework.TestCaseData : obj[] -> NUnit.Framework.TestCaseData
Parameters
- args
- Object[]