Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an interface that a class can implement to add the TestRunSubmitting event handler.
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Interface ITestManagementEvents
public interface ITestManagementEvents
public interface class ITestManagementEvents
type ITestManagementEvents =  interface end
public interface ITestManagementEvents
The ITestManagementEvents type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| .gif) | TestRunSubmitting | Occurs after deployment is finished and before a test run is submitted to the test controller. | 
Top