DeclarativeWebTestTuip Class
Implements a test user interface (UI) package that is used to interface between Visual Studio and a declarative web test type.
Namespace: Microsoft.VisualStudio.TestTools.LoadTest
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.Vsip.BaseTuip
Microsoft.VisualStudio.TestTools.LoadTest.WebTestTuip
Microsoft.VisualStudio.TestTools.LoadTest.DeclarativeWebTestTuip
Syntax
public class DeclarativeWebTestTuip : WebTestTuip, SDeclarativeWebTestService
public ref class DeclarativeWebTestTuip : WebTestTuip, SDeclarativeWebTestService
type DeclarativeWebTestTuip =
class
inherit WebTestTuip
interface SDeclarativeWebTestService
end
Public Class DeclarativeWebTestTuip
Inherits WebTestTuip
Implements SDeclarativeWebTestService
Constructors
Name | Description | |
---|---|---|
DeclarativeWebTestTuip(IServiceProvider) | Initializes a new instance of the DeclarativeWebTestTuip class. |
Properties
Name | Description | |
---|---|---|
RunConfigurationEditor | Shows the Run Configuration tab for the Web test.(Inherited from WebTestTuip.) |
|
ServiceProvider | (Inherited from BaseTuip.) |
Methods
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.VisualStudio.TestTools.LoadTest Namespace
Return to top