Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
results
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResult[]An array of ITestCaseResult objects.
See Also
ITestCaseResult
ITestCaseResultHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top