Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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