Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
results
Type: array<Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResult[]An array of ITestCaseResult objects.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ITestCaseResultHelper Interface