Compartilhar via


Interface ISharedStepHelper

 

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 ISharedStepHelper
public interface class ISharedStepHelper
type ISharedStepHelper = interface end
Public Interface ISharedStepHelper

Métodos

Nome Descrição
System_CAPS_pubmethod Count(String)

Returns the number of shared test steps that match the given query.

System_CAPS_pubmethod Count(String, IDictionary)

Returns a count of the shared test steps that match the given query and context.

System_CAPS_pubmethod Create()

Creates a new shared test step object that will be created on the server only when the ITestBase.Save method of the shared test step is called.

System_CAPS_pubmethod DoRequiredFieldsExist()

Returns a value that indicates whether the administrator has customized this work item type to omit some or all fields that are required for all shared steps.

System_CAPS_pubmethod Find(Int32)

Retrieves a shared test step from the server.

System_CAPS_pubmethod Find(Int32, Int32)

Recupera uma única etapa de servidor compartilhado.

System_CAPS_pubmethod IsWorkItemCompatible(WorkItem)

Returns a value that indicates whether the provided work item is a shared step.

System_CAPS_pubmethod Query(String)

Queries for shared test steps that match the provided query.

System_CAPS_pubmethod Query(String, IDictionary)

Queries for shared test steps that match the provided query and parameters.

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