TestCaseEventArgs (Constructor) (DataCollectionContext, Guid, TcmInformation, String, Boolean)
Inicializa una nueva instancia de la clase TestCaseEventArgs usando la información especificada.
Espacio de nombres: Microsoft.VisualStudio.TestTools.Execution
Ensamblado: Microsoft.VisualStudio.QualityTools.ExecutionCommon (en Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Sintaxis
'Declaración
Protected Sub New ( _
context As DataCollectionContext, _
testCaseId As Guid, _
tcmInformation As TcmInformation, _
testCaseName As String, _
isChildTestCase As Boolean _
)
protected TestCaseEventArgs(
DataCollectionContext context,
Guid testCaseId,
TcmInformation tcmInformation,
string testCaseName,
bool isChildTestCase
)
protected:
TestCaseEventArgs(
DataCollectionContext^ context,
Guid testCaseId,
TcmInformation^ tcmInformation,
String^ testCaseName,
bool isChildTestCase
)
new :
context:DataCollectionContext *
testCaseId:Guid *
tcmInformation:TcmInformation *
testCaseName:string *
isChildTestCase:bool -> TestCaseEventArgs
protected function TestCaseEventArgs(
context : DataCollectionContext,
testCaseId : Guid,
tcmInformation : TcmInformation,
testCaseName : String,
isChildTestCase : boolean
)
Parámetros
- context
Tipo: Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext
Un objeto DataCollectionContext.
- testCaseId
Tipo: System.Guid
Identificador del caso de prueba actual que está representado por un objeto ITestElement.
- tcmInformation
Tipo: Microsoft.VisualStudio.TestTools.Common.TcmInformation
Objeto TcmInformation que se usa para obtener de Test Manager datos más extensos sobre la prueba.
- testCaseName
Tipo: System.String
Nombre del caso de prueba.
- isChildTestCase
Tipo: System.Boolean
Es true si el caso de prueba actual es un elemento secundario de otro caso de prueba.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
TestCaseEventArgs (Sobrecarga)
Microsoft.VisualStudio.TestTools.Execution (Espacio de nombres)