Construtor TestCaseEventArgs (DataCollectionContext, Guid, TcmInformation, String, Boolean)
Inicializa uma nova instância da TestCaseEventArgs classe usando informações sobre determinado.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Sintaxe
'Declaração
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
A DataCollectionContext objeto.
- testCaseId
Tipo: System.Guid
A ID de caso de teste atual é representada por um ITestElement objeto.
- tcmInformation
Tipo: Microsoft.VisualStudio.TestTools.Common.TcmInformation
A TcmInformation objeto é usado para obter mais dados sobre o teste a partir de Test Manager.
- testCaseName
Tipo: System.String
O nome do caso de teste.
- isChildTestCase
Tipo: System.Boolean
true Se o caso de teste atual é um filho de outro caso de teste.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.