Partager via


RunResultAndStatistics.ExecutedTestCount, propriété

Obtient le nombre de tests qui sont exécutés dans la série de tests associée.

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

Syntaxe

'Déclaration
Public ReadOnly Property ExecutedTestCount As Integer
public int ExecutedTestCount { get; }
public:
property int ExecutedTestCount {
    int get ();
}
member ExecutedTestCount : int with get
function get ExecutedTestCount () : int

Valeur de propriété

Type : Int32
Le nombre de tests qui sont exécutés dans cette série de tests.

Sécurité .NET Framework

Voir aussi

Référence

RunResultAndStatistics Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms