Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestFailureTypeHelper
public interface ITestFailureTypeHelper
public interface class ITestFailureTypeHelper
type ITestFailureTypeHelper =  interface end
public interface ITestFailureTypeHelper
The ITestFailureTypeHelper type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | Create | Creates a new test failure type. | 
| .gif) | CreateFromFile | Creates test failure type objects from an XML file. | 
| .gif) | Export | Writes given test failure states to the given xml file. | 
| .gif) | Find | Retrieves a single test failure type from the server. | 
| .gif) | ImportFromFile | Imports test failure types from an XML file. | 
| .gif) | Query | Returns all test failure types defined for this team project. | 
Top