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 | |
---|---|---|
Id | Gets the identifier.(Inherited from IIdentifiable<TKey>.) |
|
Name | Name of Test Failure Type. |
|
Project | The team project of this failure type |
Methods
Name | Description | |
---|---|---|
Delete() | Removes the given test failure type from the server. |
|
Refresh() | Updates the test failure type with new data from the server. |
|
Save() | Writes the new or updated test failure type to the server. |
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from INotifyPropertyChanged.) |
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top