This topic has not yet been rated - Rate this topic

TestExtensionExecution.Initialize Method

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 abstract void Initialize(
	TestExecution execution
)

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.