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 | |
---|---|---|
Id | Gets the identifier. (Inherited from IIdentifiable<TKey>.) | |
Name | Name of Test Failure Type. | |
Project | The team project of this failure type |
Top
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. |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top