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 | |
---|---|---|
![]() |
Create() | Returns a new resolution state object. |
![]() |
CreateFromFile(String) | Creates a test resolution state object from an XML file. |
![]() |
Export(IEnumerable<ITestResolutionState>, String) | |
![]() |
Find(Int32) | Returns a specified test resolution state object. |
![]() |
ImportFromFile(String) | |
![]() |
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