ITestSuiteEntry Interface
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 | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
SetConfigurations | 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. |
Top