TestCaseSourceAttribute.GetTestCasesFor(MethodInfo) 方法

定义

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>

参数

method
MethodInfo

返回

实现

适用于