TestContext.CurrentTestOutcome Property

You can use this property in a TestCleanup method to determine the outcome of a test that has run.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.SmartDevice.UnitTestFramework (in Microsoft.VisualStudio.SmartDevice.UnitTestFramework.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property CurrentTestOutcome As UnitTestOutcome
'Usage
Dim instance As TestContext 
Dim value As UnitTestOutcome 

value = instance.CurrentTestOutcome
public virtual UnitTestOutcome CurrentTestOutcome { get; }
public:
virtual property UnitTestOutcome CurrentTestOutcome {
    UnitTestOutcome get ();
}
public function get CurrentTestOutcome () : UnitTestOutcome

Property Value

Type: Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome
A UnitTestOutcome that states the outcome of a test that has run.

.NET Framework Security

See Also

Reference

TestContext Class

TestContext Members

Microsoft.VisualStudio.TestTools.UnitTesting Namespace