ITestMethodInvoker Interface

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
Public method Invoke Invokes a test method by using the provided parameters.

Top

See Also

Reference

Microsoft.VisualStudio.TestTools.UnitTesting Namespace