Summary
Builds any number of tests from the specified method and context.
- Namespace
- TCLite
- Containing Type
- Combining
Strategy Attribute
Syntax
public IEnumerable<ITestCaseData> GetTestCasesFor(MethodInfo method)
Parameters
Name | Type | Description |
---|---|---|
method | MethodInfo | The MethodInfo for which tests are to be constructed. |
Return Value
Type | Description |
---|---|
IEnumerable |