The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestContext::CurrentTestOutcome Property
You can use this property in a TestCleanup method to determine the outcome of a test that has run.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Property Value
Type: Microsoft.VisualStudio.TestTools.UnitTesting::UnitTestOutcomeA UnitTestOutcome that states the outcome of a test that has run.
Show: