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

'Declaration
Public Interface ITestFailureType _
    Inherits IIdentifiable(Of Integer), INotifyPropertyChanged
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 extends IIdentifiable<int>, INotifyPropertyChanged

The ITestFailureType type exposes the following members.

Properties

  Name Description
Public property Id Gets the identifier. (Inherited from IIdentifiable<TKey>.)
Public property Name Name of Test Failure Type.
Public property Project The team project of this failure type

Top

Methods

  Name Description
Public method Delete Removes the given test failure type from the server.
Public method Refresh Updates the test failure type with new data from the server.
Public method Save Writes the new or updated test failure type to the server.

Top

Events

  Name Description
Public event PropertyChanged Occurs when a property value changes. (Inherited from INotifyPropertyChanged.)

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace