ITestPlan.RefreshTestCase Method (Int32)

 

Refreshes all instances of the specified test case in this test plan.

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

Syntax

void RefreshTestCase(
    int testCaseId
)
void RefreshTestCase(
    int testCaseId
)
abstract RefreshTestCase : 
        testCaseId:int -> unit
Sub RefreshTestCase (
    testCaseId As Integer
)

Parameters

  • testCaseId
    Type: System.Int32

    The numeric ID for the test plan to refresh.

See Also

Refresh
ITestPlan Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top