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


TestResult.OutcomeText - свойство

Получает результат теста в виде строки.

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

Синтаксис

'Декларация
<VisiblePropertyAttribute> _
Public ReadOnly Property OutcomeText As String
[VisiblePropertyAttribute]
public string OutcomeText { get; }
[VisiblePropertyAttribute]
public:
property String^ OutcomeText {
    String^ get ();
}
[<VisiblePropertyAttribute>]
member OutcomeText : string with get
function get OutcomeText () : String

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

Тип: System.String
Результат теста в виде строки.

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

См. также

Ссылки

TestResult Класс

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

Outcome