TestCaseAttribute.GetTestCasesFor(MethodInfo) Method

Definition

public System.Collections.Generic.IEnumerable<NUnit.Framework.Api.ITestCaseData> GetTestCasesFor (System.Reflection.MethodInfo method);
abstract member GetTestCasesFor : System.Reflection.MethodInfo -> seq<NUnit.Framework.Api.ITestCaseData>
override this.GetTestCasesFor : System.Reflection.MethodInfo -> seq<NUnit.Framework.Api.ITestCaseData>

Parameters

method
MethodInfo

Returns

Implements

Applies to