ITestCaseHelper Interface

 

Provides helper methods and properties for ITestCase objects.

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

Syntax

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

Methods

Name Description
System_CAPS_pubmethod Count(String)

Returns a count of the test cases that match the given query.

System_CAPS_pubmethod Count(String, IDictionary)

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

System_CAPS_pubmethod Create()

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

System_CAPS_pubmethod Create(WorkItemType)

Creates a new test case object that will be created on the server only when the Save method of the test case 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 of the fields that are required for all test cases.

System_CAPS_pubmethod Find(Int32)

Retrieves a test case from the server by using the given test case identifier.

System_CAPS_pubmethod Find(Int32, Int32)

Retrieves a test case from the server by using the given test case identifier and revision.

System_CAPS_pubmethod InPlans(String, Boolean)

Returns a list of test cases that match the given query and that are either included in or excluded from a test plan.

System_CAPS_pubmethod IsWorkItemCompatible(WorkItem)

Returns a value that indicates whether the provided work item is a test case.

System_CAPS_pubmethod Query(String)

Queries for test cases that match the provided query.

System_CAPS_pubmethod Query(String, IDictionary)

Queries for test cases that match the provided query and parameters.

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top