Summary
Determine whether any test cases are available for a parameterized method.
- Namespace
- TCLite
.Interfaces - Containing Type
- ITestCaseProvider
Syntax
bool HasTestCasesFor(MethodInfo method)
Parameters
Name | Type | Description |
---|---|---|
method | MethodInfo | A MethodInfo representing a parameterized test |
Return Value
Type | Description |
---|---|
bool | True if any cases are available, otherwise false. |