Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public interface class ITestCaseHelper

NameDescription
System_CAPS_pubmethodCount(String^)

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

System_CAPS_pubmethodCount(String^, IDictionary^)

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

System_CAPS_pubmethodCreate()

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_pubmethodCreate(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_pubmethodDoRequiredFieldsExist()

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_pubmethodFind(Int32)

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

System_CAPS_pubmethodFind(Int32, Int32)

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

System_CAPS_pubmethodInPlans(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_pubmethodIsWorkItemCompatible(WorkItem^)

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

System_CAPS_pubmethodQuery(String^)

Queries for test cases that match the provided query.

System_CAPS_pubmethodQuery(String^, IDictionary^)

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

Return to top
Show: