WebTestTuip Class
An abstract class that partially implements a test user interface (UI) package that is used to interface between Visual Studio and a web test type.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.Vsip.BaseTuip
Microsoft.VisualStudio.TestTools.LoadTest.WebTestTuip
Microsoft.VisualStudio.TestTools.LoadTest.CodedWebTestTuip
Microsoft.VisualStudio.TestTools.LoadTest.DeclarativeWebTestTuip
Namespace: Microsoft.VisualStudio.TestTools.LoadTest
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Syntax
'Declaration
Public MustInherit Class WebTestTuip _
Inherits BaseTuip _
Implements ICommandProvider
public abstract class WebTestTuip : BaseTuip,
ICommandProvider
public ref class WebTestTuip abstract : public BaseTuip,
ICommandProvider
[<AbstractClass>]
type WebTestTuip =
class
inherit BaseTuip
interface ICommandProvider
end
public abstract class WebTestTuip extends BaseTuip implements ICommandProvider
The WebTestTuip type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WebTestTuip | Called from constructors in derived classes to initialize the WebTestTuip class. |
Top
Properties
Name | Description | |
---|---|---|
RunConfigurationEditor | Shows the Run Configuration tab for the Web test. (Overrides BaseTuip.RunConfigurationEditor.) | |
ServiceProvider | (Inherited from BaseTuip.) |
Top
Methods
Name | Description | |
---|---|---|
CloseResultViewer | Closes the test result viewer window for a result. (Overrides BaseTuip.CloseResultViewer(TestResultMessage).) | |
DeleteAllTestsFromList | (Inherited from BaseTuip.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetCommandHandler | Returns the command event handler from the specified context menu that contains the specified command. | |
GetFirstUIBlob | (Inherited from BaseTuip.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetTypeSpecificCommands | Returns nulla null reference (Nothing in Visual Basic). | |
InvokeEditor | (Inherited from BaseTuip.) | |
InvokeResultViewer | Shows the result viewer for a test result message. (Overrides BaseTuip.InvokeResultViewer(TestResultMessage).) | |
IsTestPropertiesReadOnly | (Inherited from BaseTuip.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateTestCustomProperty | (Inherited from BaseTuip.) | |
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.