Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an entry in a test suite entry collection.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestSuiteEntry
public interface ITestSuiteEntry
public interface class ITestSuiteEntry
type ITestSuiteEntry =  interface end
public interface ITestSuiteEntry
The ITestSuiteEntry type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Configurations | Gets the read-only list of configurations against which this entry will be tested. | 
| .gif) | EntryType | Gets the type of entry for this test suite entry. | 
| .gif) | Id | Gets the ID of the object to which this test suite entry refers. | 
| .gif) | ParentTestSuite | The parent test suite. | 
| .gif) | PointAssignments | Gets an array of test point assignment objects if this entry is a test case entry. | 
| .gif) | TestCase | Gets the associated test case if this is a test case entry. | 
| .gif) | TestObject | Gets the test object to which this entry refers, regardless of the type. | 
| .gif) | TestSuite | Gets the test object to which this entry refers, if it is a test suite. | 
| .gif) | Title | Gets the title of this entry. | 
| .gif) | UserData | Gets or sets nonpersisted arbitrary data for built-in test objects. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | SetConfigurations | Sets the list of configurations for this entry. | 
| .gif) | UseDefaultConfigurations | Resets the list of configurations for this entry to the default configurations for the associated objects. | 
Top