TestCaseEndEventArgs.TestOutcome Property

Definition

Gets or sets the TestOutcome of the test.

public:
 property Microsoft::VisualStudio::TestTools::Common::TestOutcome TestOutcome { Microsoft::VisualStudio::TestTools::Common::TestOutcome get(); };
public Microsoft.VisualStudio.TestTools.Common.TestOutcome TestOutcome { get; }
member this.TestOutcome : Microsoft.VisualStudio.TestTools.Common.TestOutcome
Public ReadOnly Property TestOutcome As TestOutcome

Property Value

The outcome of the test.

Applies to