Compartilhar via


Interface ITestResolutionStateHelper

 

Qualquer conteúdo aqui será atualizado; por favor não adicione o material aqui.

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

Sintaxe

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

Métodos

Nome Descrição
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.

Comentários

Qualquer conteúdo aqui será atualizado; por favor não adicione o material aqui.

Consulte também

Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo