Costruttore TestCaseEventArgs (DataCollectionContext, ITestElement, TcmInformation)
Inizializza una nuova istanza della classe TestCaseEventArgs utilizzando le informazioni specificate.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Sintassi
'Dichiarazione
Protected Sub New ( _
context As DataCollectionContext, _
testElement As ITestElement, _
tcmInformation As TcmInformation _
)
protected TestCaseEventArgs(
DataCollectionContext context,
ITestElement testElement,
TcmInformation tcmInformation
)
protected:
TestCaseEventArgs(
DataCollectionContext^ context,
ITestElement^ testElement,
TcmInformation^ tcmInformation
)
new :
context:DataCollectionContext *
testElement:ITestElement *
tcmInformation:TcmInformation -> TestCaseEventArgs
protected function TestCaseEventArgs(
context : DataCollectionContext,
testElement : ITestElement,
tcmInformation : TcmInformation
)
Parametri
context
Tipo: Microsoft.VisualStudio.TestTools.Execution.DataCollectionContextOggetto DataCollectionContext.
testElement
Tipo: Microsoft.VisualStudio.TestTools.Common.ITestElementElemento di test corrente rappresentato da un oggetto ITestElement.
tcmInformation
Tipo: Microsoft.VisualStudio.TestTools.Common.TcmInformationOggetto TcmInformation utilizzato per ottenere ulteriori dati sul test da Test Manager.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.