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.

ITestSettings Interface

 

Represents the test settings that are used by test plans and test runs.

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

public interface class ITestSettings : IIdentifiable<int>, INotifyPropertyChanged

NameDescription
System_CAPS_pubpropertyAreaPath

Gets or sets the path for an area in Visual Studio Test Professional to which the test plan applies.

System_CAPS_pubpropertyCreatedBy

Gets the identity of the person who created this test settings object.

System_CAPS_pubpropertyCreatedByName

User who created the test settings.

System_CAPS_pubpropertyCreatedDate

Gets the date and time that this test settings object was created.

System_CAPS_pubpropertyDescription

Gets or sets the description of this test settings object.

System_CAPS_pubpropertyId

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

System_CAPS_pubpropertyIsAutomated

Gets or sets a value that indicates whether the associated test is an automated test.

System_CAPS_pubpropertyLastUpdated

Gets the date that this test settings object was last updated.

System_CAPS_pubpropertyLastUpdatedBy

Gets the date and time that this test settings object was last updated.

System_CAPS_pubpropertyLastUpdatedByName

Last person to update settings

System_CAPS_pubpropertyMachineRoles

Gets a collection of computer roles that are used by this test settings object.

System_CAPS_pubpropertyName

Gets or sets the name of this test settings object.

System_CAPS_pubpropertyRevision

Gets the current incremental revision number that is used for concurrency control.

System_CAPS_pubpropertySettings

Gets or sets the actual settings as an XML element.

NameDescription
System_CAPS_pubmethodDelete()

Removes this test settings object from the server.

System_CAPS_pubmethodRefresh()

Updates this test settings by using new data from the server.

System_CAPS_pubmethodSave()

Writes the new or updated test settings to the server.

NameDescription
System_CAPS_pubeventPropertyChanged

(Inherited from INotifyPropertyChanged.)

Return to top
Show: