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.
RunConfiguration Class
Class to manage test run configuration data and objects.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
| Name | Description | |
|---|---|---|
![]() | RunConfiguration(TestRun^) | Initializes a new RunConfiguration object with a new TestRun. |
| Name | Description | |
|---|---|---|
![]() | TestCount | Gets the number of ITestElement objects in this RunConfiguration. |
![]() | TestElements | Gets all ITestElement objects in the RunConfiguration. |
![]() | TestRun | Gets the TestRun for this RunConfiguration. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsValid() | Reports whether the RunConfiguration is valid. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


