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

public interface ITestSuiteEntry
public interface class ITestSuiteEntry
type ITestSuiteEntry = interface end
Public Interface ITestSuiteEntry

Properties

Name Description
System_CAPS_pubproperty Configurations

Gets the read-only list of configurations against which this entry will be tested.

System_CAPS_pubproperty EntryType

Gets the type of entry for this test suite entry.

System_CAPS_pubproperty Id

Gets the ID of the object to which this test suite entry refers.

System_CAPS_pubproperty ParentTestSuite

The parent test suite.

System_CAPS_pubproperty PointAssignments

Gets an array of test point assignment objects if this entry is a test case entry.

System_CAPS_pubproperty TestCase

Gets the associated test case if this is a test case entry.

System_CAPS_pubproperty TestObject

Gets the test object to which this entry refers, regardless of the type.

System_CAPS_pubproperty TestSuite

Gets the test object to which this entry refers, if it is a test suite.

System_CAPS_pubproperty Title

Gets the title of this entry.

System_CAPS_pubproperty UserData

Gets or sets nonpersisted arbitrary data for built-in test objects.

Methods

Name Description
System_CAPS_pubmethod SetConfigurations(IEnumerable<IdAndName>)

Sets the list of configurations for this entry.

System_CAPS_pubmethod UseDefaultConfigurations()

Resets the list of configurations for this entry to the default configurations for the associated objects.

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top