IBaseAdapter.Run(ITestElement, ITestContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.