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
System_CAPS_pubproperty AreaPath

Gets or sets the area path.

System_CAPS_pubproperty Description

Gets or sets a description of this test configuration.

System_CAPS_pubproperty Id

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

System_CAPS_pubproperty IsDefault

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

System_CAPS_pubproperty LastUpdated

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

System_CAPS_pubproperty LastUpdatedBy

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

System_CAPS_pubproperty LastUpdatedByName

Last person to update configuration

System_CAPS_pubproperty Name

Gets or sets the name of this test configuration.

System_CAPS_pubproperty Revision

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

System_CAPS_pubproperty State

Gets or sets the current state of this test configuration.

System_CAPS_pubproperty Values

Gets a dictionary of named values for this configuration.

Methods

Name Description
System_CAPS_pubmethod Delete()

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

System_CAPS_pubmethod Refresh()

Updates this test configuration by using data from the server.

System_CAPS_pubmethod Save()

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

System_CAPS_pubmethod 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
System_CAPS_pubevent PropertyChanged

(Inherited from INotifyPropertyChanged.)

See Also

ITestPlan
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top