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.

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)

public interface class ITestConfiguration : IIdentifiable<int>, 
	INotifyPropertyChanged

NameDescription
System_CAPS_pubpropertyAreaPath

Gets or sets the area path.

System_CAPS_pubpropertyDescription

Gets or sets a description of this test configuration.

System_CAPS_pubpropertyId

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

System_CAPS_pubpropertyIsDefault

Gets or sets a value that indicates whether this configuration is a default configuration for the project.

System_CAPS_pubpropertyLastUpdated

Gets the date and time that this configuration was last updated.

System_CAPS_pubpropertyLastUpdatedBy

Gets the identity of the person who last updated this configuration.

System_CAPS_pubpropertyLastUpdatedByName

Last person to update configuration

System_CAPS_pubpropertyName

Gets or sets the name of this test configuration.

System_CAPS_pubpropertyRevision

Gets the revision number of the test configuration for concurrency control.

System_CAPS_pubpropertyState

Gets or sets the current state of this test configuration.

System_CAPS_pubpropertyValues

Gets a dictionary of named values for this configuration.

NameDescription
System_CAPS_pubmethodDelete()

Removes this test configuration from the server if it is not referenced by any test results, test suites, or test points.

System_CAPS_pubmethodRefresh()

Updates this test configuration by using data from the server.

System_CAPS_pubmethodSave()

Saves the new or updated test configuration settings to the server.

System_CAPS_pubmethodSave(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.

NameDescription
System_CAPS_pubeventPropertyChanged

(Inherited from INotifyPropertyChanged.)

Return to top
Show: