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.

ITestAdapter::Initialize Method (IRunContext^)

 

Called when test adapter is loaded to execute a test run.

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

void Initialize(
	IRunContext^ runContext
)

Parameters

runContext
Type: Microsoft.VisualStudio.TestTools.Execution::IRunContext^

The context for this test run.

Return to top
Show: