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.

ILoadTestAdapter::LoadRun Method (ITestElement^, ITestContext^)

 

Thread-safe Run method.

Namespace:   Microsoft.VisualStudio.TestTools.TestAdapter
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

void LoadRun(
	ITestElement^ testElement,
	ITestContext^ testContext
)

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.

Return to top
Show: