Share via


ITestCaseResultHelper.Reset Method (ITestCaseResult[])

 

Clears any test case result information and causes the tests to be rerun.

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

Syntax

void Reset(
    ITestCaseResult[] results
)
void Reset(
    array<ITestCaseResult^>^ results
)
abstract Reset : 
        results:ITestCaseResult[] -> unit
Sub Reset (
    results As ITestCaseResult()
)

Parameters

See Also

ITestCaseResult
ITestCaseResultHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top