LoadTestTuip Class

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

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.TestTools.Vsip.BaseTuip
    Microsoft.VisualStudio.TestTools.LoadTest.LoadTestTuip

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

Syntax

'Declaration
Public Class LoadTestTuip _
    Inherits BaseTuip _
    Implements SLoadTestService, ICommandProvider
public class LoadTestTuip : BaseTuip, 
    SLoadTestService, ICommandProvider
public ref class LoadTestTuip : public BaseTuip, 
    SLoadTestService, ICommandProvider
type LoadTestTuip =  
    class 
        inherit BaseTuip 
        interface SLoadTestService 
        interface ICommandProvider 
    end
public class LoadTestTuip extends BaseTuip implements SLoadTestService, ICommandProvider

The LoadTestTuip type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property RunConfigurationEditor Returns nulla null reference (Nothing in Visual Basic). (Overrides BaseTuip.RunConfigurationEditor.)
Protected property ServiceProvider (Inherited from BaseTuip.)

Top

Methods

  Name Description
Public method CloseResultViewer Closes the test result viewer window for a result. (Overrides BaseTuip.CloseResultViewer(TestResultMessage).)
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.
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).
Public method InvokeEditor (Inherited from BaseTuip.)
Public method InvokeResultViewer Shows the result viewer for a test result message. (Overrides BaseTuip.InvokeResultViewer(TestResultMessage).)
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.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method UpdateTestCustomProperty Updates the value of a custom property by using the provided test element. (Overrides BaseTuip.UpdateTestCustomProperty(ITestElement, String).)
Public method UpdateTestProperty Sets the value of the specified property in the provided test element. (Overrides BaseTuip.UpdateTestProperty(ITestElement, PropertyDescriptor).)

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