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
Public property Configurations Gets the read-only list of configurations against which this entry will be tested.
Public property EntryType Gets the type of entry for this test suite entry.
Public property Id Gets the ID of the object to which this test suite entry refers.
Public property PointAssignments Gets an array of test point assignment objects if this entry is a test case entry.
Public property TestCase Gets the associated test case if this is a test case entry.
Public property TestObject Gets the test object to which this entry refers, regardless of the type.
Public property TestSuite Gets the test object to which this entry refers, if it is a test suite.
Public property Title Gets the title of this entry.
Public property UserData Gets or sets nonpersisted arbitrary data for built-in test objects.

Top

Methods

  Name Description
Public method SetConfigurations Sets the list of configurations for this entry.
Public method UseDefaultConfigurations Resets the list of configurations for this entry to the default configurations for the associated objects.

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace