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.
Persists the updated properties of the provided test controllers on the server.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
void Update(
IEnumerable<ITestController> testControllers
)
void Update(
IEnumerable<ITestController^>^ testControllers
)
abstract Update :
testControllers:IEnumerable<ITestController> -> unit
Sub Update (
testControllers As IEnumerable(Of ITestController)
)
Parameters
testControllers
Type: System.Collections.Generic.IEnumerable<ITestController>A list of test controller objects.
Exceptions
Exception | Condition |
---|---|
TestManagementInvalidOperationException | One test controller is not registered. |
See Also
ITestController
TestManagementInvalidOperationException
ITestControllerHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top