Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Espacio de nombres: Microsoft.VisualStudio.TestTools.Execution
Ensamblado: Microsoft.VisualStudio.QualityTools.ExecutionCommon (en Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Sintaxis
'Declaración
Public Sub New ( _
context As DataCollectionContext, _
testElement As ITestElement, _
tcmInformation As TcmInformation, _
testOutcome As TestOutcome _
)
public TestCaseEndEventArgs(
DataCollectionContext context,
ITestElement testElement,
TcmInformation tcmInformation,
TestOutcome testOutcome
)
public:
TestCaseEndEventArgs(
DataCollectionContext^ context,
ITestElement^ testElement,
TcmInformation^ tcmInformation,
TestOutcome testOutcome
)
new :
context:DataCollectionContext *
testElement:ITestElement *
tcmInformation:TcmInformation *
testOutcome:TestOutcome -> TestCaseEndEventArgs
public function TestCaseEndEventArgs(
context : DataCollectionContext,
testElement : ITestElement,
tcmInformation : TcmInformation,
testOutcome : TestOutcome
)
Parámetros
- testElement
Tipo: Microsoft.VisualStudio.TestTools.Common.ITestElement
- tcmInformation
Tipo: Microsoft.VisualStudio.TestTools.Common.TcmInformation
- testOutcome
Tipo: Microsoft.VisualStudio.TestTools.Common.TestOutcome
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
Microsoft.VisualStudio.TestTools.Execution (Espacio de nombres)