ITestSuiteEntry Interface
Represents an entry in a test suite entry collection.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | Configurations | Gets the read-only list of configurations against which this entry will be tested. |
![]() | EntryType | Gets the type of entry for this test suite entry. |
![]() | Id | Gets the ID of the object to which this test suite entry refers. |
![]() | ParentTestSuite | The parent test suite. |
![]() | PointAssignments | Gets an array of test point assignment objects if this entry is a test case entry. |
![]() | TestCase | Gets the associated test case if this is a test case entry. |
![]() | TestObject | Gets the test object to which this entry refers, regardless of the type. |
![]() | TestSuite | Gets the test object to which this entry refers, if it is a test suite. |
![]() | Title | Gets the title of this entry. |
![]() | UserData | Gets or sets nonpersisted arbitrary data for built-in test objects. |
| Name | Description | |
|---|---|---|
![]() | SetConfigurations(IEnumerable<IdAndName>^) | Sets the list of configurations for this entry. |
![]() | UseDefaultConfigurations() | Resets the list of configurations for this entry to the default configurations for the associated objects. |

