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 | 使用提供的參數叫用測試方法。 |
回頁首