Share via


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
System_CAPS_pubmethod DeclarativeWebTestTuip(IServiceProvider)

Initializes a new instance of the DeclarativeWebTestTuip class.

Properties

Name Description
System_CAPS_pubproperty RunConfigurationEditor

Shows the Run Configuration tab for the Web test.(Inherited from WebTestTuip.)

System_CAPS_protproperty ServiceProvider

(Inherited from BaseTuip.)

Methods

Name Description
System_CAPS_pubmethod CloseResultViewer(TestResultMessage)

Closes the test result viewer window for a result.(Inherited from WebTestTuip.)

System_CAPS_protmethod DeleteAllTestsFromList(IList, Type, String)

(Inherited from BaseTuip.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetCommandHandler(CommandID, CommandID)

Returns the command event handler from the specified context menu that contains the specified command.(Overrides WebTestTuip.GetCommandHandler(CommandID, CommandID).)

System_CAPS_protmethod GetFirstUIBlob(ITestElement)

(Inherited from BaseTuip.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod GetTypeSpecificCommands(CommandID)

Returns null.(Overrides WebTestTuip.GetTypeSpecificCommands(CommandID).)

System_CAPS_pubmethod InvokeEditor(UIBlob, ITestElement)

(Inherited from BaseTuip.)

System_CAPS_pubmethod InvokeResultViewer(TestResultMessage)

Shows the result viewer for a test result message.(Inherited from WebTestTuip.)

System_CAPS_pubmethod IsTestPropertiesReadOnly(ITestElement)

(Inherited from BaseTuip.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod QueryStatus(CommandID, CommandID, IList)

Returns the status of the context menu command by using the specified context menu, the specified command, and a list of items that was selected at the time that the context menu was displayed.(Overrides WebTestTuip.QueryStatus(CommandID, CommandID, IList).)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod UpdateTestCustomProperty(ITestElement, String)

(Inherited from BaseTuip.)

System_CAPS_pubmethod UpdateTestProperty(ITestElement, PropertyDescriptor)

(Inherited from BaseTuip.)

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