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.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Parameters
- execution
-
Type:
Microsoft.VisualStudio.TestTools.UnitTesting::TestExecution^
The TestExecution.
This method is called to enable the developer to obtain test execution information, and to subscribe to Unit Test events.
Show: