Condividi tramite


Proprietà ITestCaseResult.IsFinished

Ottiene un valore che indica se il test è stato eseguito.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
ReadOnly Property IsFinished As Boolean
bool IsFinished { get; }
property bool IsFinished {
    bool get ();
}
abstract IsFinished : bool with get
function get IsFinished () : boolean

Valore proprietà

Tipo: System.Boolean
true se il test è stato eseguito; in caso contrario, false.

Note

True se TestState è uno degli stati finali (superato, non superato, completamento, errore, e così via).

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestCaseResult Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client