ITestConfiguration Interface
Provides test configuration information for a test management object, such as an ITestPlan object.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public interface ITestConfiguration : IIdentifiable<int>, INotifyPropertyChanged
public interface class ITestConfiguration : IIdentifiable<int>,
INotifyPropertyChanged
type ITestConfiguration =
interface
interface IIdentifiable<int>
interface INotifyPropertyChanged
end
Public Interface ITestConfiguration
Inherits IIdentifiable(Of Integer), INotifyPropertyChanged
Properties
Name | Description | |
---|---|---|
AreaPath | Gets or sets the area path. |
|
Description | Gets or sets a description of this test configuration. |
|
Id | Gets the identifier.(Inherited from IIdentifiable<TKey>.) |
|
IsDefault | Gets or sets a value that indicates whether this configuration is a default configuration for the project. |
|
LastUpdated | Gets the date and time that this configuration was last updated. |
|
LastUpdatedBy | Gets the identity of the person who last updated this configuration. |
|
LastUpdatedByName | Last person to update configuration |
|
Name | Gets or sets the name of this test configuration. |
|
Revision | Gets the revision number of the test configuration for concurrency control. |
|
State | Gets or sets the current state of this test configuration. |
|
Values | Gets a dictionary of named values for this configuration. |
Methods
Name | Description | |
---|---|---|
Delete() | Removes this test configuration from the server if it is not referenced by any test results, test suites, or test points. |
|
Refresh() | Updates this test configuration by using data from the server. |
|
Save() | Saves the new or updated test configuration settings to the server. |
|
Save(Boolean) | Saves the new or updated test configuration settings to the server, optionally forcing the update if any existing references to this test configuration occur. |
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from INotifyPropertyChanged.) |
See Also
ITestPlan
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top