Classe WebTestRecorderPlugin
Interface de plug-in para um gravador de teste de desempenho da Web.
Hierarquia de herança
Object
Microsoft.VisualStudio.TestTools.WebTesting.WebTestRecorderPlugin
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxe
'Declaração
Public MustInherit Class WebTestRecorderPlugin
public abstract class WebTestRecorderPlugin
public ref class WebTestRecorderPlugin abstract
[<AbstractClass>]
type WebTestRecorderPlugin = class end
public abstract class WebTestRecorderPlugin
O tipo WebTestRecorderPlugin expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
WebTestRecorderPlugin | Inicializa uma nova instância da classe WebTestRecorderPlugin. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Herdado de Object.) |
![]() |
GetType | Gets the Type of the current instance. (Herdado de Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) |
![]() |
PostWebTestDynamicParameterDetection | Chamado pela estrutura de teste de desempenho da Web depois de um teste de desempenho da Web quando um parâmetro dinâmico é detectado durante o teste. |
![]() |
PostWebTestRecording | Chamado pela estrutura de teste de desempenho da Web depois que um teste de desempenho da Web foi registrado. |
![]() |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também
Referência
Namespace Microsoft.VisualStudio.TestTools.WebTesting