ITestElement.IsRunOnRestart (Propiedad)

Obtiene un valor que indica si la ejecución de pruebas se reiniciará con esta prueba si se bloquea durante una ejecución de pruebas.

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

Sintaxis

'Declaración
Property IsRunOnRestart As Boolean
bool IsRunOnRestart { get; set; }
property bool IsRunOnRestart {
    bool get ();
    void set (bool value);
}
abstract IsRunOnRestart : bool with get, set
function get IsRunOnRestart () : boolean
function set IsRunOnRestart (value : boolean)

Valor de propiedad

Tipo: System.Boolean
Es true si la ejecución de pruebas se va a reiniciar con esta prueba en caso de bloquearse; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

ITestElement Interfaz

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