Partilhar via


Construtor TestStateEvent (Guid, Guid, TestState, DateTime)

Inicializa uma instância de TestStateEvent classe usando o identificador de execução fornecida, o identificador de execução, estado e carimbo de hora.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Public Sub New ( _
    runId As Guid, _
    execId As Guid, _
    newState As TestState, _
    timestamp As DateTime _
)
public TestStateEvent(
    Guid runId,
    Guid execId,
    TestState newState,
    DateTime timestamp
)
public:
TestStateEvent(
    Guid runId, 
    Guid execId, 
    TestState newState, 
    DateTime timestamp
)
new : 
        runId:Guid * 
        execId:Guid * 
        newState:TestState * 
        timestamp:DateTime -> TestStateEvent
public function TestStateEvent(
    runId : Guid, 
    execId : Guid, 
    newState : TestState, 
    timestamp : DateTime
)

Parâmetros

  • runId
    Tipo: System.Guid
    A Guid que identifica exclusivamente a execução de teste.
  • execId
    Tipo: System.Guid
    A Guid que identifica exclusivamente a execução.
  • timestamp
    Tipo: System.DateTime
    A data e hora em que o estado de execução de teste foi alterado.

Segurança do .NET Framework

Consulte também

Referência

TestStateEvent Classe

Sobrecargas TestStateEvent

Namespace Microsoft.VisualStudio.TestTools.Common

TestStateEvent