TestContext Class

Used to store information that is provided to unit tests.

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

Syntax

'Declaration
Public MustInherit Class TestContext
'Usage
Dim instance As TestContext
public abstract class TestContext
public ref class TestContext abstract
public abstract class TestContext

Remarks

This class cannot be instantiated. Do not create a class that inherits from this class. For more information, see Using the TestContext Class.

For an example of how you can use TestContext to create a data-driven unit test, see How to: Create a Data-Driven Unit Test.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.UnitTesting.TestContext

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TestContext Members

Microsoft.VisualStudio.TestTools.UnitTesting Namespace

Other Resources

Using the TestContext Class