ITestFailureType Interface

 

Represents the failure type of a test case result

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

Syntax

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

Properties

Name Description
System_CAPS_pubproperty Id

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

System_CAPS_pubproperty Name

Name of Test Failure Type.

System_CAPS_pubproperty Project

The team project of this failure type

Methods

Name Description
System_CAPS_pubmethod Delete()

Removes the given test failure type from the server.

System_CAPS_pubmethod Refresh()

Updates the test failure type with new data from the server.

System_CAPS_pubmethod Save()

Writes the new or updated test failure type to the server.

Events

Name Description
System_CAPS_pubevent PropertyChanged

(Inherited from INotifyPropertyChanged.)

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top