TestConfiguration Class
Provides access to a TestConfigurationSection that represents the microsoft.visualstudio.testtools section in an app.config file.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.UnitTesting.TestConfiguration
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Public NotInheritable Class TestConfiguration
public static class TestConfiguration
public ref class TestConfiguration abstract sealed
[<AbstractClass>]
[<Sealed>]
type TestConfiguration = class end
public final class TestConfiguration
The TestConfiguration type exposes the following members.
Properties
Name | Description | |
---|---|---|
ConfigurationSection | Gets a TestConfigurationSection object. |
Top
Remarks
This class cannot be inherited or instantiated.
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.