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.

TestExtensionExecution::Initialize Method (TestExecution^)

 

Before execution starts, this method is called to enable subscription to the Unit Test Events.

Namespace:   Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

public:
virtual void Initialize(
	TestExecution^ execution
) abstract

This method is called to enable the developer to obtain test execution information, and to subscribe to Unit Test events.

Return to top
Show: