ITestCaseFactory.

GetTestCasesFor(MethodInfo) Method

Summary

Returns a set of ITestCaseDataItems for use as arguments to a parameterized test method.
Namespace
TCLite.Interfaces
Containing Type
ITestCaseFactory

Syntax

IEnumerable<ITestCaseData> GetTestCasesFor(MethodInfo method)

Parameters

Name Type Description
method MethodInfo The method for which data is needed.

Return Value

Type Description
IEnumerable<ITestCaseData>