ITestSuiteHelper.ReferencingTestCase Method (Int32)

 

Returns a collection of test suites that reference the specified test case.

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

Syntax

ITestSuiteCollection ReferencingTestCase(
    int testCaseId
)
ITestSuiteCollection^ ReferencingTestCase(
    int testCaseId
)
abstract ReferencingTestCase : 
        testCaseId:int -> ITestSuiteCollection
Function ReferencingTestCase (
    testCaseId As Integer
) As ITestSuiteCollection

Parameters

  • testCaseId
    Type: System.Int32

    The numeric ID for a test case.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteCollection

A collection of test suites that reference the test case.

See Also

ITestSuiteCollection
ITestSuiteBase
ITestSuiteHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top