TestCaseEndEventArgs.TestOutcome Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.