Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestExtensionExecution::CreateTestMethodInvoker Method (TestMethodInvokerContext^)

 

Creates the Test Method Invoker.

Namespace:   Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

public:
virtual ITestMethodInvoker^ CreateTestMethodInvoker(
	TestMethodInvokerContext^ context
) abstract

Return Value

Type: Microsoft.VisualStudio.TestTools.UnitTesting::ITestMethodInvoker^

Returns the test method invoker as defined by the ITestMethodInvoker interface.

Return to top
Show: