Share via


ITestCaseResultHelper.Reset Method

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

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

Parameters

.NET Framework Security

See Also

Reference

ITestCaseResultHelper Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestCaseResult