Partilhar via


Propriedade ITestElement.IsRunOnRestart

Obtém um valor que indica se a execução de teste será reiniciado com este teste se ele falhar durante a execução de teste.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Property IsRunOnRestart As Boolean
    Get
    Set
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 propriedade

Tipo: System.Boolean
true Se a execução de teste será reiniciado com este teste se ele falhar durante um teste executado; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

ITestElement Interface

Namespace Microsoft.VisualStudio.TestTools.Common