UITestExtensionPackage Class

Definition

Represents an abstract class that enables the incorporation of third-party testing utilities into the Visual Studio Application Lifecycle Management (ALM) user interface (UI) test environment.

public ref class UITestExtensionPackage abstract : IDisposable, IServiceProvider
public abstract class UITestExtensionPackage : IDisposable, IServiceProvider
type UITestExtensionPackage = class
    interface IServiceProvider
    interface IDisposable
Public MustInherit Class UITestExtensionPackage
Implements IDisposable, IServiceProvider
Inheritance
UITestExtensionPackage
Implements

Constructors

UITestExtensionPackage()

Initializes a new instance of the UITestExtensionPackage class.

Properties

PackageDescription

Gets the description of this UI test package.

PackageName

Gets the name of this UI test package.

PackageVendor

Gets the name of the vendor for this UI test package.

PackageVersion

Gets the version of this UI test package.

VSVersion

Gets the version of Visual Studio Application Lifecycle Management (ALM) that supports this UI test package.

Methods

Dispose()

Releases resources that are used by this UI test package.

GetService(Type)

Gets the service object type for this UI test package.

Applies to