Condividi tramite


Proprietà ITestCaseResult.Iterations

Ottiene una raccolta di risultati dettagliati per ogni iterazione del test.

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

Sintassi

'Dichiarazione
ReadOnly Property Iterations As ITestIterationResultCollection
ITestIterationResultCollection Iterations { get; }
property ITestIterationResultCollection^ Iterations {
    ITestIterationResultCollection^ get ();
}
abstract Iterations : ITestIterationResultCollection with get
function get Iterations () : ITestIterationResultCollection

Valore proprietà

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestIterationResultCollection
Raccolta di risultati delle iterazioni del test.

Note

I test associati a dati creeranno un risultato dell'iterazione per ogni riga di dati.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestCaseResult Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client

ITestIterationResultCollection

ITestIterationResult