IDynamicTestCaseSource.GetTestCaseSource Method
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
GetTestCaseSource() | |
GetTestCaseSource(Object) |
GetTestCaseSource()
public NUnit.Framework.Api.ITestCaseSource GetTestCaseSource ();
abstract member GetTestCaseSource : unit -> NUnit.Framework.Api.ITestCaseSource
Returns
Applies to
GetTestCaseSource(Object)
public NUnit.Framework.Api.ITestCaseSource GetTestCaseSource (object instance);
abstract member GetTestCaseSource : obj -> NUnit.Framework.Api.ITestCaseSource
Parameters
- instance
- Object