Classe WebTestResultUnit
Representa uma página ou um objeto de solicitação em que o resultado do teste de desempenho da Web.
Hierarquia de herança
Object
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultUnit
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultComment
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultGroup
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultPage
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public MustInherit Class WebTestResultUnit _
Implements ICloneable
[SerializableAttribute]
public abstract class WebTestResultUnit : ICloneable
[SerializableAttribute]
public ref class WebTestResultUnit abstract : ICloneable
[<AbstractClass>]
[<SerializableAttribute>]
type WebTestResultUnit =
class
interface ICloneable
end
public abstract class WebTestResultUnit implements ICloneable
O tipo WebTestResultUnit expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
DeclarativeWebTestItemId | Obtém ou define a identificação dessa solicitação em um teste declarativo. |
![]() |
IsCompleted | Obtém um valor Boolean que indica se o status do resultado está concluído. |
![]() |
IsSkipped | Obtém um valor Boolean que indica se esta solicitação foi ignorada. |
![]() |
Passed | Obtém um valor Boolean que indica se a unidade passou ou falhou. |
![]() |
ResultStatus | Obtém ou define o WebTestResultStatus dessa página ou a solicitação. |
![]() |
SourceWebTestId | Obtém ou define o ID do teste de desempenho da Web. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Clone | Cria um novo objeto que é uma cópia da instância atual. |
![]() |
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.) |
![]() |
GetRequestSize | Retorna o tamanho da solicitação. |
![]() |
GetResponseSize | Retorna o tamanho da resposta. |
![]() |
GetType | Gets the Type of the current instance. (Herdado de Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) |
![]() |
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.