TestCaseSourceAttribute 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
TestCaseSourceAttribute(String) | |
TestCaseSourceAttribute(Type) | |
TestCaseSourceAttribute(Type, String) |
TestCaseSourceAttribute(String)
public TestCaseSourceAttribute (string sourceName);
new NUnit.Framework.TestCaseSourceAttribute : string -> NUnit.Framework.TestCaseSourceAttribute
Parameters
- sourceName
- String
Applies to
TestCaseSourceAttribute(Type)
public TestCaseSourceAttribute (Type sourceType);
new NUnit.Framework.TestCaseSourceAttribute : Type -> NUnit.Framework.TestCaseSourceAttribute
Parameters
- sourceType
- Type