Поделиться через


RunResultAndStatistics.ExecutedTestCount - свойство

Получает число тестов, выполненных в связанном тестовом запуске.

Пространство имен:  Microsoft.VisualStudio.TestTools.Common
Сборка:  Microsoft.VisualStudio.QualityTools.Common (в Microsoft.VisualStudio.QualityTools.Common.dll)

Синтаксис

'Декларация
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

Значение свойства

Тип: Int32
Число тестов, выполненных в данном тестовом запуске.

Безопасность платформы .NET Framework

См. также

Ссылки

RunResultAndStatistics Класс

Microsoft.VisualStudio.TestTools.Common - пространство имен