ITestResolutionState Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the resolution status of a test case result.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public interface ITestResolutionState : IIdentifiable<int>, INotifyPropertyChanged
public interface class ITestResolutionState : IIdentifiable<int>,
INotifyPropertyChanged
type ITestResolutionState =
interface
interface IIdentifiable<int>
interface INotifyPropertyChanged
end
Public Interface ITestResolutionState
Inherits IIdentifiable(Of Integer), INotifyPropertyChanged
Properties
Name | Description | |
---|---|---|
Id | Gets the identifier.(Inherited from IIdentifiable<TKey>.) |
|
Name | Gets the name of this resolution state. |
|
Project | Gets the ITestManagementTeamProject for this test resolution state. |
Methods
Name | Description | |
---|---|---|
Delete() | Removes this test resolution state from the server. |
|
Refresh() | Updates this test resolution state by using data from the server. |
|
Save() | Writes the new or updated test resolution state to the server. |
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from INotifyPropertyChanged.) |
See Also
ITestCaseResult
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top