DeclarativeWebTestTuip Class

Implements a test user interface (UI) package that is used to interface between Visual Studio and a declarative Web test type.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.Vsip.BaseTuip
    Microsoft.VisualStudio.TestTools.LoadTest.WebTestTuip
      Microsoft.VisualStudio.TestTools.LoadTest.DeclarativeWebTestTuip

Namespace:  Microsoft.VisualStudio.TestTools.LoadTest
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)

Syntax

'Declaration
Public Class DeclarativeWebTestTuip _
    Inherits WebTestTuip _
    Implements SDeclarativeWebTestService
public class DeclarativeWebTestTuip : WebTestTuip, 
    SDeclarativeWebTestService
public ref class DeclarativeWebTestTuip : public WebTestTuip, 
    SDeclarativeWebTestService
type DeclarativeWebTestTuip =  
    class
        inherit WebTestTuip
        interface SDeclarativeWebTestService
    end
public class DeclarativeWebTestTuip extends WebTestTuip implements SDeclarativeWebTestService

The DeclarativeWebTestTuip type exposes the following members.

Constructors

  Name Description
Public method DeclarativeWebTestTuip Initializes a new instance of the DeclarativeWebTestTuip class.

Top

Properties

  Name Description
Public property RunConfigurationEditor Shows the Run Configuration tab for the Web test. (Inherited from WebTestTuip.)
Protected property ServiceProvider (Inherited from BaseTuip.)

Top

Methods

  Name Description
Public method CloseResultViewer Closes the test result viewer window for a result. (Inherited from WebTestTuip.)
Protected method DeleteAllTestsFromList (Inherited from BaseTuip.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetCommandHandler Returns the command event handler from the specified context menu that contains the specified command. (Overrides WebTestTuip.GetCommandHandler(CommandID, CommandID).)
Protected method GetFirstUIBlob (Inherited from BaseTuip.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetTypeSpecificCommands Returns nulla null reference (Nothing in Visual Basic). (Overrides WebTestTuip.GetTypeSpecificCommands(CommandID).)
Public method InvokeEditor (Inherited from BaseTuip.)
Public method InvokeResultViewer Shows the result viewer for a test result message. (Inherited from WebTestTuip.)
Public method IsTestPropertiesReadOnly (Inherited from BaseTuip.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method QueryStatus 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).)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method UpdateTestCustomProperty (Inherited from BaseTuip.)
Public method UpdateTestProperty (Inherited from BaseTuip.)

Top

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

Reference

Microsoft.VisualStudio.TestTools.LoadTest Namespace