Share via


ITestMethodInvoker 接口

用于调用测试方法正文的接口。

命名空间:  Microsoft.VisualStudio.TestTools.UnitTesting
程序集:  Microsoft.VisualStudio.QualityTools.UnitTestFramework(在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)

语法

声明
Public Interface ITestMethodInvoker
public interface ITestMethodInvoker
public interface class ITestMethodInvoker
type ITestMethodInvoker =  interface end
public interface ITestMethodInvoker

ITestMethodInvoker 类型公开以下成员。

方法

  名称 说明
公共方法 Invoke 通过使用提供的参数调用测试方法。

页首

请参见

参考

Microsoft.VisualStudio.TestTools.UnitTesting 命名空间