IBaseAdapter.Run(ITestElement, ITestContext) Method

Definition

Called to execute a test case.

public:
 void Run(Microsoft::VisualStudio::TestTools::Common::ITestElement ^ testElement, Microsoft::VisualStudio::TestTools::Execution::ITestContext ^ testContext);
public void Run (Microsoft.VisualStudio.TestTools.Common.ITestElement testElement, Microsoft.VisualStudio.TestTools.Execution.ITestContext testContext);
abstract member Run : Microsoft.VisualStudio.TestTools.Common.ITestElement * Microsoft.VisualStudio.TestTools.Execution.ITestContext -> unit
Public Sub Run (testElement As ITestElement, testContext As ITestContext)

Parameters

testElement
ITestElement

The test element that describes which adapter to load.

testContext
ITestContext

The context for the adapter.

Applies to