Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Interface to invoke the test method body.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Public Interface ITestMethodInvoker
public interface ITestMethodInvoker
public interface class ITestMethodInvoker
type ITestMethodInvoker = interface end
public interface ITestMethodInvoker
The ITestMethodInvoker type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
Invoke | Invokes a test method by using the provided parameters. |
Top
.gif)