ITestElement.IsRunOnRestart, propriété

Obtient une valeur qui indique si la série de tests redémarrera avec ce test si elle tombe en panne pendant une série de tests.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean
true si la série de tests redémarrera avec ce test si elle connaît une panne pendant une série de tests ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ITestElement Interface

Microsoft.VisualStudio.TestTools.Common, espace de noms