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.
ILoadTestAdapter::LoadRun Method (ITestElement^, ITestContext^)
Thread-safe Run method.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Parameters
- testElement
-
Type:
Microsoft.VisualStudio.TestTools.Common::ITestElement^
The test element.
- testContext
-
Type:
Microsoft.VisualStudio.TestTools.Execution::ITestContext^
The test context.
If a test adapter implements this method, it must be thread safe.
Show: