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.

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)

public interface class ITestFailureType : IIdentifiable<int>, 
	INotifyPropertyChanged

NameDescription
System_CAPS_pubpropertyId

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

System_CAPS_pubpropertyName

Name of Test Failure Type.

System_CAPS_pubpropertyProject

The team project of this failure type

NameDescription
System_CAPS_pubmethodDelete()

Removes the given test failure type from the server.

System_CAPS_pubmethodRefresh()

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

System_CAPS_pubmethodSave()

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

NameDescription
System_CAPS_pubeventPropertyChanged

(Inherited from INotifyPropertyChanged.)

Return to top
Show: