ISharedStepHelper Interface

Provides helper methods and properties for ISharedStep objects.

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

Syntax

'Declaration
Public Interface ISharedStepHelper
public interface ISharedStepHelper
public interface class ISharedStepHelper
type ISharedStepHelper =  interface end
public interface ISharedStepHelper

The ISharedStepHelper type exposes the following members.

Methods

  Name Description
Public method Count(String) Returns the number of shared test steps that match the given query.
Public method Count(String, IDictionary) Returns a count of the shared test steps that match the given query and context.
Public method 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.
Public method 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.
Public method Find Retrieves a shared test step from the server.
Public method IsWorkItemCompatible Returns a value that indicates whether the provided work item is a shared step.
Public method Query(String) Queries for shared test steps that match the provided query.
Public method Query(String, IDictionary) Queries for shared test steps that match the provided query and parameters.

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ISharedStep