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.
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)
Syntax
'Declaration
Public Interface IDynamicTestSuiteBase _
    Inherits ITestSuiteBase, ITestObject(Of Integer), IIdentifiable(Of Integer),  _
    IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
public interface IDynamicTestSuiteBase : ITestSuiteBase, 
    ITestObject<int>, IIdentifiable<int>, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
public interface class IDynamicTestSuiteBase : ITestSuiteBase, 
    ITestObject<int>, IIdentifiable<int>, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
type IDynamicTestSuiteBase =  
    interface
        interface ITestSuiteBase
        interface ITestObject<int>
        interface IIdentifiable<int>
        interface IPropertyOwner
        interface IDataErrorInfo
        interface INotifyPropertyChanged
    end
public interface IDynamicTestSuiteBase extends ITestSuiteBase, ITestObject<int>, IIdentifiable<int>, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
The IDynamicTestSuiteBase type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | AllTestCases | Gets the read-only collection of test cases for this suite and all hierarchical children. (Inherited from ITestSuiteBase.) | 
| .gif) | DefaultConfigurations | Gets the read-only list of default configurations. (Inherited from ITestSuiteBase.) | 
| .gif) | Description | Gets or sets the description of this test suite. (Inherited from ITestSuiteBase.) | 
| .gif) | Error | Gets an error message indicating what is wrong with this object. (Inherited from IDataErrorInfo.) | 
| .gif) | Id | Gets the identifier. (Inherited from IIdentifiable<TKey>.) | 
| .gif) | InvalidProperties | Gets a list of property names that are invalid. (Inherited from IPropertyOwner.) | 
| .gif) | IsDirty | Gets a value that indicates whether any properties have changed since the last refresh, fetch, or save. (Inherited from IPropertyOwner.) | 
| .gif) | IsRoot | Gets a value that indicates whether this suite is the root suite in the test project. (Inherited from ITestSuiteBase.) | 
| .gif) | Item | Gets the error message for the property with the given name. (Inherited from IDataErrorInfo.) | 
| .gif) | LastError | Gets the last error message that was encountered during the last attempt to dynamically repopulate the entries of this suite. | 
| .gif) | LastPopulated | Gets the date and time for the last attempt to dynamically repopulate the entries in this suite. | 
| .gif) | LastUpdated | Gets the date and time that this test suite was last updated. (Inherited from ITestSuiteBase.) | 
| .gif) | LastUpdatedBy | Gets the identity of the person who last updated this test suite. (Inherited from ITestSuiteBase.) | 
| .gif) | Parent | Gets the parent test suite that contains this test suite. (Inherited from ITestSuiteBase.) | 
| .gif) | Plan | Gets the test plan that owns this test suite. (Inherited from ITestSuiteBase.) | 
| .gif) | Project | Gets the test project. (Inherited from ITestObject<T>.) | 
| .gif) | Revision | Gets the current revision number for this object. (Inherited from ITestObject<T>.) | 
| .gif) | State | Gets or sets the state of this test suite. (Inherited from ITestSuiteBase.) | 
| .gif) | TestCases | Gets a read-only collection of test cases. (Inherited from ITestSuiteBase.) | 
| .gif) | TestSuiteEntry | Gets an entry that was created for use in a static test suite. (Inherited from ITestSuiteBase.) | 
| .gif) | TestSuiteType | Gets the type of this test suite. (Inherited from ITestSuiteBase.) | 
| .gif) | Title | Gets or sets the title of this test suite. (Inherited from ITestSuiteBase.) | 
| .gif) | UserData | 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>.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AssignTestPoints | Changes the AssignedTo property by using the provided collection of test point assignments. (Inherited from ITestSuiteBase.) | 
| .gif) | ClearDefaultConfigurations | Removes the list of default configurations from this suite. This causes this suite to inherit default configurations from its parent. (Inherited from ITestSuiteBase.) | 
| .gif) | CreateTestPointAssignment | Creates an ITestPointAssignment object to be passed into ITestSuiteBase.AssignTestPoints (Inherited from ITestSuiteBase.) | 
| .gif) | Refresh() | Updates any suites in the suite hierarchy that are out of date. (Inherited from ITestSuiteBase.) | 
| .gif) | Refresh(Boolean) | Updates any suites in the suite hierarchy, optionally forcing the update whether or not they are out of date. (Inherited from ITestSuiteBase.) | 
| .gif) | Repopulate | 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. | 
| .gif) | SetDefaultConfigurations | 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.) | 
| .gif) | SetEntryConfigurations | Creates and deletes the requisite test points to make its set of configurations passed in for each entry. (Inherited from ITestSuiteBase.) | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) | 
Top