LoadTestTuip Class
Implements a test user interface (UI) package that is used to interface between Visual Studio and a load 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.LoadTestTuip
Syntax
public class LoadTestTuip : BaseTuip, SLoadTestService, ICommandProvider
public ref class LoadTestTuip : BaseTuip, SLoadTestService, ICommandProvider
type LoadTestTuip =
class
inherit BaseTuip
interface SLoadTestService
interface ICommandProvider
end
Public Class LoadTestTuip
Inherits BaseTuip
Implements SLoadTestService, ICommandProvider
Constructors
Name | Description | |
---|---|---|
LoadTestTuip(IServiceProvider) | Initializes a new instance of the LoadTestTuip class. |
Properties
Name | Description | |
---|---|---|
RunConfigurationEditor | Returns null.(Overrides BaseTuip.RunConfigurationEditor.) |
|
ServiceProvider | (Inherited from BaseTuip.) |
Methods
Name | Description | |
---|---|---|
CloseResultViewer(TestResultMessage) | Closes the test result viewer window for a result.(Overrides BaseTuip.CloseResultViewer(TestResultMessage).) |
|
DeleteAllTestsFromList(IList, Type, String) | (Inherited from BaseTuip.) |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetCommandHandler(CommandID, CommandID) | Returns the command event handler from the specified context menu that contains the specified command. |
|
GetFirstUIBlob(ITestElement) | (Inherited from BaseTuip.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
GetTypeSpecificCommands(CommandID) | Returns null. |
|
InvokeEditor(UIBlob, ITestElement) | (Inherited from BaseTuip.) |
|
InvokeResultViewer(TestResultMessage) | Shows the result viewer for a test result message.(Overrides BaseTuip.InvokeResultViewer(TestResultMessage).) |
|
IsTestPropertiesReadOnly(ITestElement) | (Inherited from BaseTuip.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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. |
|
ToString() | (Inherited from Object.) |
|
UpdateTestCustomProperty(ITestElement, String) | Updates the value of a custom property by using the provided test element.(Overrides BaseTuip.UpdateTestCustomProperty(ITestElement, String).) |
|
UpdateTestProperty(ITestElement, PropertyDescriptor) | Sets the value of the specified property in the provided test element.(Overrides BaseTuip.UpdateTestProperty(ITestElement, PropertyDescriptor).) |
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