Summary
Return an IEnumerable providing test cases for use in
running a parameterized test.
- Namespace
- TCLite
.Interfaces - Containing Type
- ITestCaseProvider
Syntax
IEnumerable<ITestCaseData> GetTestCasesFor(MethodInfo method)
Parameters
Name | Type | Description |
---|---|---|
method | MethodInfo |
Return Value
Type | Description |
---|---|
IEnumerable |