TestConfiguration Class

Provides access to a TestConfigurationSection that represents the microsoft.visualstudio.testtools section in an app.config file.

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

Syntax

'Declaration
Public NotInheritable Class TestConfiguration
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class TestConfiguration
public ref class TestConfiguration abstract sealed
public final class TestConfiguration

Remarks

This class cannot be inherited or instantiated.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.UnitTesting.TestConfiguration

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

TestConfiguration Members

Microsoft.VisualStudio.TestTools.UnitTesting Namespace