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.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
public: virtual ITestMethodInvoker^ CreateTestMethodInvoker( TestMethodInvokerContext^ context ) abstract
Parameters
- context
-
Type:
Microsoft.VisualStudio.TestTools.UnitTesting::TestMethodInvokerContext^
The context.
Return Value
Type: Microsoft.VisualStudio.TestTools.UnitTesting::ITestMethodInvoker^Returns the test method invoker as defined by the ITestMethodInvoker interface.
Show: