ITestFailureTypeHelper Interface

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
Public method Create Creates a new test failure type.
Public method CreateFromFile Creates test failure type objects from an XML file.
Public method Export Writes given test failure states to the given xml file.
Public method Find Retrieves a single test failure type from the server.
Public method ImportFromFile Imports test failure types from an XML file.
Public method Query Returns all test failure types defined for this team project.

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace