TestCaseEventArgs Construtores

Definição

Sobrecargas

TestCaseEventArgs(DataCollectionContext, ITestElement, TcmInformation)

Inicializa uma nova instância da TestCaseEventArgs classe usando as informações fornecidas.

TestCaseEventArgs(DataCollectionContext, Guid, TcmInformation, String, Boolean)

Inicializa uma nova instância da TestCaseEventArgs classe usando as informações fornecidas.

TestCaseEventArgs(DataCollectionContext, ITestElement, TcmInformation)

Inicializa uma nova instância da TestCaseEventArgs classe usando as informações fornecidas.

protected:
 TestCaseEventArgs(Microsoft::VisualStudio::TestTools::Execution::DataCollectionContext ^ context, Microsoft::VisualStudio::TestTools::Common::ITestElement ^ testElement, Microsoft::VisualStudio::TestTools::Common::TcmInformation ^ tcmInformation);
protected TestCaseEventArgs (Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext context, Microsoft.VisualStudio.TestTools.Common.ITestElement testElement, Microsoft.VisualStudio.TestTools.Common.TcmInformation tcmInformation);
new Microsoft.VisualStudio.TestTools.Execution.TestCaseEventArgs : Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext * Microsoft.VisualStudio.TestTools.Common.ITestElement * Microsoft.VisualStudio.TestTools.Common.TcmInformation -> Microsoft.VisualStudio.TestTools.Execution.TestCaseEventArgs
Protected Sub New (context As DataCollectionContext, testElement As ITestElement, tcmInformation As TcmInformation)

Parâmetros

testElement
ITestElement

O elemento de teste atual que é representado por um ITestElement objeto.

tcmInformation
TcmInformation

Um TcmInformation objeto que é usado para obter mais dados sobre o teste do Test Manager.

Aplica-se a

TestCaseEventArgs(DataCollectionContext, Guid, TcmInformation, String, Boolean)

Inicializa uma nova instância da TestCaseEventArgs classe usando as informações fornecidas.

protected:
 TestCaseEventArgs(Microsoft::VisualStudio::TestTools::Execution::DataCollectionContext ^ context, Guid testCaseId, Microsoft::VisualStudio::TestTools::Common::TcmInformation ^ tcmInformation, System::String ^ testCaseName, bool isChildTestCase);
protected TestCaseEventArgs (Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext context, Guid testCaseId, Microsoft.VisualStudio.TestTools.Common.TcmInformation tcmInformation, string testCaseName, bool isChildTestCase);
new Microsoft.VisualStudio.TestTools.Execution.TestCaseEventArgs : Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext * Guid * Microsoft.VisualStudio.TestTools.Common.TcmInformation * string * bool -> Microsoft.VisualStudio.TestTools.Execution.TestCaseEventArgs
Protected Sub New (context As DataCollectionContext, testCaseId As Guid, tcmInformation As TcmInformation, testCaseName As String, isChildTestCase As Boolean)

Parâmetros

testCaseId
Guid

A ID do caso de teste atual que é representada por um ITestElement objeto.

tcmInformation
TcmInformation

Um TcmInformation objeto que é usado para obter mais dados sobre o teste do Test Manager.

testCaseName
String

O nome do caso de teste.

isChildTestCase
Boolean

true se o caso de teste atual for um filho de outro caso de teste.

Aplica-se a