ITestResolutionStateHelper Interface

 

No content here will be updated; please do not add material here.

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

Syntax

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

Methods

Name Description
System_CAPS_pubmethod Create()

Returns a new resolution state object.

System_CAPS_pubmethod CreateFromFile(String)

Creates a test resolution state object from an XML file.

System_CAPS_pubmethod Export(IEnumerable<ITestResolutionState>, String)

System_CAPS_pubmethod Find(Int32)

Returns a specified test resolution state object.

System_CAPS_pubmethod ImportFromFile(String)

System_CAPS_pubmethod Query()

Returns all test resolution state objects that are defined for the current team project.

Remarks

No content here will be updated; please do not add material here.

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top