ITimeoutTestAdapter.TestTimeout (Método)

Lo llama el agente para detener una prueba individual en lugar de detener toda la ejecución. Se le llama cuando se agota el tiempo de pruebas.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.TestAdapter
Ensamblado:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (en Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxis

'Declaración
Sub TestTimeout ( _
    test As ITestElement _
)
void TestTimeout(
    ITestElement test
)
void TestTimeout(
    ITestElement^ test
)
abstract TestTimeout : 
        test:ITestElement -> unit 
function TestTimeout(
    test : ITestElement
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

ITimeoutTestAdapter Interfaz

Microsoft.VisualStudio.TestTools.TestAdapter (Espacio de nombres)