Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IDynamicTestSuiteBase Interface

 

Provides a common base class for all suites that are populated by the server.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

public interface class IDynamicTestSuiteBase : ITestSuiteBase, 
	ITestObject<int>, IIdentifiable<int>, IPropertyOwner, IDataErrorInfo, 
	INotifyPropertyChanged

NameDescription
System_CAPS_pubpropertyAllTestCases

Gets the read-only collection of test cases for this suite and all hierarchical children.(Inherited from ITestSuiteBase.)

System_CAPS_pubpropertyDefaultConfigurations

Gets the read-only list of default configurations.(Inherited from ITestSuiteBase.)

System_CAPS_pubpropertyDescription

Gets or sets the description of this test suite.(Inherited from ITestSuiteBase.)

System_CAPS_pubpropertyError

(Inherited from IDataErrorInfo.)

System_CAPS_pubpropertyId

Gets the identifier.(Inherited from IIdentifiable<TKey>.)

System_CAPS_pubpropertyInvalidProperties

Gets a list of property names that are invalid.(Inherited from IPropertyOwner.)

System_CAPS_pubpropertyIsDirty

Gets a value that indicates whether any properties have changed since the last refresh, fetch, or save.(Inherited from IPropertyOwner.)

System_CAPS_pubpropertyIsRoot

Gets a value that indicates whether this suite is the root suite in the test project.(Inherited from ITestSuiteBase.)

System_CAPS_pubpropertyItem[String^]

(Inherited from IDataErrorInfo.)

System_CAPS_pubpropertyLastError

Gets the last error message that was encountered during the last attempt to dynamically repopulate the entries of this suite.

System_CAPS_pubpropertyLastPopulated

Gets the date and time for the last attempt to dynamically repopulate the entries in this suite.

System_CAPS_pubpropertyLastUpdated

Gets the date and time that this test suite was last updated.(Inherited from ITestSuiteBase.)

System_CAPS_pubpropertyLastUpdatedBy

Gets the identity of the person who last updated this test suite.(Inherited from ITestSuiteBase.)

System_CAPS_pubpropertyLastUpdatedByName

Last person to update suite(Inherited from ITestSuiteBase.)

System_CAPS_pubpropertyParent

Gets the parent test suite that contains this test suite.(Inherited from ITestSuiteBase.)

System_CAPS_pubpropertyPlan

Gets the test plan that owns this test suite.(Inherited from ITestSuiteBase.)

System_CAPS_pubpropertyProject

Gets the test project.(Inherited from ITestObject<T>.)

System_CAPS_pubpropertyRevision

Gets the current revision number for this object.(Inherited from ITestObject<T>.)

System_CAPS_pubpropertyState

Obsolete.Gets or sets the state of this test suite.(Inherited from ITestSuiteBase.)

System_CAPS_pubpropertyTestCaseCount

Count of test case inside suite (Inherited from ITestSuiteBase.)

System_CAPS_pubpropertyTestCases

Gets a read-only collection of test cases.(Inherited from ITestSuiteBase.)

System_CAPS_pubpropertyTestSuiteEntry

Gets an entry that was created for use in a static test suite.(Inherited from ITestSuiteBase.)

System_CAPS_pubpropertyTestSuiteType

Gets the type of this test suite.(Inherited from ITestSuiteBase.)

System_CAPS_pubpropertyTitle

Gets or sets the title of this test suite.(Inherited from ITestSuiteBase.)

System_CAPS_pubpropertyUserData

Gets or sets an arbitrary object or value that is not persisted, but allows test management objects to be dynamically extended.(Inherited from ITestObject<T>.)

NameDescription
System_CAPS_pubmethodAssignTestPoints(IEnumerable<ITestPointAssignment^>^)

Changes the AssignedTo property by using the provided collection of test point assignments.(Inherited from ITestSuiteBase.)

System_CAPS_pubmethodClearDefaultConfigurations()

Removes the list of default configurations from this suite. This causes this suite to inherit default configurations from its parent.(Inherited from ITestSuiteBase.)

System_CAPS_pubmethodCreateTestPointAssignment(Int32, IdAndName, Guid)

Creates a TestPointAssignment object for later use in AssignTestPoints()(Inherited from ITestSuiteBase.)

System_CAPS_pubmethodCreateTestPointAssignment(Int32, IdAndName, TeamFoundationIdentity^)

Creates an ITestPointAssignment object to be passed into ITestSuiteBase::AssignTestPoints(Inherited from ITestSuiteBase.)

System_CAPS_pubmethodRefresh()

Updates any suites in the suite hierarchy that are out of date.(Inherited from ITestSuiteBase.)

System_CAPS_pubmethodRefresh(Boolean)

Updates any suites in the suite hierarchy, optionally forcing the update whether or not they are out of date.(Inherited from ITestSuiteBase.)

System_CAPS_pubmethodRepopulate()

Adds suite entries that now match the query conditions on the server, and removes suite entries that no longer match query conditions on the server.

System_CAPS_pubmethodSetDefaultConfigurations(IEnumerable<IdAndName>^)

Specifies a set of configurations to use with newly added suite entries. When entries are added, test points are created for each of these configurations.(Inherited from ITestSuiteBase.)

System_CAPS_pubmethodSetEntryConfigurations(IEnumerable<ITestSuiteEntry^>^, IEnumerable<IdAndName>^)

Creates and deletes the necessary test points to make its set of configurations passed in for each entry.(Inherited from ITestSuiteBase.)

NameDescription
System_CAPS_pubeventPropertyChanged

(Inherited from INotifyPropertyChanged.)

Return to top
Show: