CombiningStrategyAttribute.

GetTestCasesFor(MethodInfo) Method

Summary

Builds any number of tests from the specified method and context.
Namespace
TCLite
Containing Type
CombiningStrategyAttribute

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<ITestCaseData>