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)

Syntax

public interface ITestSettings : IIdentifiable<int>, INotifyPropertyChanged
public interface class ITestSettings : IIdentifiable<int>, INotifyPropertyChanged
type ITestSettings = 
    interface
        interface IIdentifiable<int>
        interface INotifyPropertyChanged
    end
Public Interface ITestSettings
    Inherits IIdentifiable(Of Integer), INotifyPropertyChanged

Properties

Name Description
System_CAPS_pubproperty AreaPath

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

System_CAPS_pubproperty CreatedBy

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

System_CAPS_pubproperty CreatedByName

User who created the test settings.

System_CAPS_pubproperty CreatedDate

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

System_CAPS_pubproperty Description

Gets or sets the description of this test settings object.

System_CAPS_pubproperty Id

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

System_CAPS_pubproperty IsAutomated

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

System_CAPS_pubproperty LastUpdated

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

System_CAPS_pubproperty LastUpdatedBy

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

System_CAPS_pubproperty LastUpdatedByName

Last person to update settings

System_CAPS_pubproperty MachineRoles

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

System_CAPS_pubproperty Name

Gets or sets the name of this test settings object.

System_CAPS_pubproperty Revision

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

System_CAPS_pubproperty Settings

Gets or sets the actual settings as an XML element.

Methods

Name Description
System_CAPS_pubmethod Delete()

Removes this test settings object from the server.

System_CAPS_pubmethod Refresh()

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

System_CAPS_pubmethod Save()

Writes the new or updated test settings to the server.

Events

Name Description
System_CAPS_pubevent PropertyChanged

(Inherited from INotifyPropertyChanged.)

See Also

ITestPlan
ITestRun
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top