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


TestCaseEndEventArgs.TestOutcome - свойство

Получает или задает объект TestOutcome теста.

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

Синтаксис

'Декларация
Public Property TestOutcome As TestOutcome
public TestOutcome TestOutcome { get; private set; }
public:
property TestOutcome TestOutcome {
    TestOutcome get ();
    private: void set (TestOutcome value);
}
member TestOutcome : TestOutcome with get, private set
function get TestOutcome () : TestOutcome
private function set TestOutcome (value : TestOutcome)

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

Тип: Microsoft.VisualStudio.TestTools.Common.TestOutcome
Выходной результат теста.

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

См. также

Ссылки

TestCaseEndEventArgs Класс

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

TestOutcome