Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a test suite that is populated dynamically by a Work Item Query Language (WIQL) query.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface IDynamicTestSuite _
Inherits IDynamicTestSuiteBase, ITestSuiteBase, ITestObject(Of Integer), _
IIdentifiable(Of Integer), IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
public interface IDynamicTestSuite : IDynamicTestSuiteBase,
ITestSuiteBase, ITestObject<int>, IIdentifiable<int>, IPropertyOwner, IDataErrorInfo,
INotifyPropertyChanged
public interface class IDynamicTestSuite : IDynamicTestSuiteBase,
ITestSuiteBase, ITestObject<int>, IIdentifiable<int>, IPropertyOwner, IDataErrorInfo,
INotifyPropertyChanged
type IDynamicTestSuite =
interface
interface IDynamicTestSuiteBase
interface ITestSuiteBase
interface ITestObject<int>
interface IIdentifiable<int>
interface IPropertyOwner
interface IDataErrorInfo
interface INotifyPropertyChanged
end
public interface IDynamicTestSuite extends IDynamicTestSuiteBase, ITestSuiteBase, ITestObject<int>, IIdentifiable<int>, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
The IDynamicTestSuite type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
AllTestCases | (Inherited from ITestSuiteBase.) |
![]() |
DefaultConfigurations | (Inherited from ITestSuiteBase.) |
![]() |
Description | (Inherited from ITestSuiteBase.) |
![]() |
Error | Gets an error message indicating what is wrong with this object. (Inherited from IDataErrorInfo.) |
![]() |
Id | Gets the identifier. (Inherited from IIdentifiable<TKey>.) |
![]() |
InvalidProperties | Gets a list of property names that are invalid. (Inherited from IPropertyOwner.) |
![]() |
IsDirty | Gets a value that indicates whether any properties have changed since the last refresh, fetch, or save. (Inherited from IPropertyOwner.) |
![]() |
IsRoot | (Inherited from ITestSuiteBase.) |
![]() |
Item | Gets the error message for the property with the given name. (Inherited from IDataErrorInfo.) |
![]() |
LastError | Gets the last error message that was encountered during the last attempt to dynamically repopulate the entries of this suite. (Inherited from IDynamicTestSuiteBase.) |
![]() |
LastPopulated | Gets the date and time for the last attempt to dynamically repopulate the entries in this suite. (Inherited from IDynamicTestSuiteBase.) |
![]() |
LastUpdated | (Inherited from ITestSuiteBase.) |
![]() |
LastUpdatedBy | (Inherited from ITestSuiteBase.) |
![]() |
LastUpdatedByName | (Inherited from ITestSuiteBase.) |
![]() |
Parent | (Inherited from ITestSuiteBase.) |
![]() |
Plan | (Inherited from ITestSuiteBase.) |
![]() |
Project | Gets the test project. (Inherited from ITestObject<T>.) |
![]() |
Query | Gets the Work Item Query Language (WIQL) text for this dynamic test suite. |
![]() |
Revision | Gets the current revision number for this object. (Inherited from ITestObject<T>.) |
![]() |
State | (Inherited from ITestSuiteBase.) |
![]() |
TestCaseCount | Count of test case inside suite (Inherited from ITestSuiteBase.) |
![]() |
TestCases | (Inherited from ITestSuiteBase.) |
![]() |
TestSuiteEntry | (Inherited from ITestSuiteBase.) |
![]() |
TestSuiteType | (Inherited from ITestSuiteBase.) |
![]() |
Title | (Inherited from ITestSuiteBase.) |
![]() |
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 | |
|---|---|---|
![]() |
AssignTestPoints | (Inherited from ITestSuiteBase.) |
![]() |
ClearDefaultConfigurations | (Inherited from ITestSuiteBase.) |
![]() |
CreateTestPointAssignment(Int32, IdAndName, TeamFoundationIdentity) | (Inherited from ITestSuiteBase.) |
![]() |
CreateTestPointAssignment(Int32, IdAndName, Guid) | (Inherited from ITestSuiteBase.) |
![]() |
Refresh() | (Inherited from ITestSuiteBase.) |
![]() |
Refresh(Boolean) | (Inherited from ITestSuiteBase.) |
![]() |
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. (Inherited from IDynamicTestSuiteBase.) |
![]() |
SetDefaultConfigurations | (Inherited from ITestSuiteBase.) |
![]() |
SetEntryConfigurations | (Inherited from ITestSuiteBase.) |
Top
Events
| Name | Description | |
|---|---|---|
![]() |
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top
See Also
Reference
Microsoft.TeamFoundation.TestManagement.Client Namespace
IDynamicTestSuite
.gif)
.gif)
.gif)