Share via


TestCaseEndEventArgs.TestOutcome Property

Gets or sets the TestOutcome of the test.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
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)

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestOutcome
The outcome of the test.

.NET Framework Security

See Also

Reference

TestCaseEndEventArgs Class

Microsoft.VisualStudio.TestTools.Execution Namespace

TestOutcome