Share via


ITestFailureTypeHelper Interface

 

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

public interface ITestFailureTypeHelper
public interface class ITestFailureTypeHelper
type ITestFailureTypeHelper = interface end
Public Interface ITestFailureTypeHelper

Methods

Name Description
System_CAPS_pubmethod Create()

Creates a new test failure type.

System_CAPS_pubmethod CreateFromFile(String)

Creates test failure type objects from an XML file.

System_CAPS_pubmethod Export(IEnumerable<ITestFailureType>, String)

Writes given test failure states to the given xml file.

System_CAPS_pubmethod Find(Int32)

Retrieves a single test failure type from the server.

System_CAPS_pubmethod ImportFromFile(String)

Imports test failure types from an XML file.

System_CAPS_pubmethod Query()

Returns all test failure types defined for this team project.

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top