TestTypeExtensionClientSide Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a base class for custom test extensions to work on the client.
public ref class TestTypeExtensionClientSide abstract
public abstract class TestTypeExtensionClientSide
type TestTypeExtensionClientSide = class
Public MustInherit Class TestTypeExtensionClientSide
- Inheritance
-
TestTypeExtensionClientSide
Constructors
TestTypeExtensionClientSide() |
Initializes a new instance of the TestTypeExtensionClientSide class. |
Properties
ExtensionName |
When overridden in a derived class, gets a custom name for the extension. |
Methods
GetUI() |
Returns an object that provides access to the test user interface in Visual Studio Application Lifecycle Management (ALM). |
Initialize(ITmi) |
Called by the test framework to connect the extension to the test management interface. |