Classe TestIterationResult
Descreve o resultado da execução de um caso de teste individual dentro de um teste de carga.
Hierarquia de herança
Object
Microsoft.VisualStudio.TestTools.LoadTesting.TestIterationResult
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (em Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Sintaxe
'Declaração
Public Class TestIterationResult
public class TestIterationResult
public ref class TestIterationResult
type TestIterationResult = class end
public class TestIterationResult
O tipo TestIterationResult expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Duration | Obtém a duração do teste. |
![]() |
EndTime | Obtém a hora em que o teste é concluído. |
![]() |
ErrorMessage | Obtém a mensagem de erro associada a uma falha, se houver. |
![]() |
ErrorStackTrace | Obtém o rastreamento de pilha associado a uma falha, se houver. |
![]() |
Passed | Obtém um valor que indica se o teste passou. |
![]() |
StartTime | Obtém a hora em que o teste é iniciado. |
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.) |
![]() |
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.LoadTesting