ITestManagementEvents Interface
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 | |
---|---|---|
TestRunSubmitting | Occurs after deployment is finished and before a test run is submitted to the test controller. |
Top