ITestManagementService.TestControllers Propriedade
Obtém um objeto auxiliar que tem métodos para criar, consulte, se registrar, o unregister, e atualizar os controladores de teste em Team Foundation Server.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
ITestControllerHelper TestControllers { get; }
property ITestControllerHelper^ TestControllers {
ITestControllerHelper^ get();
}
abstract TestControllers : ITestControllerHelper with get
ReadOnly Property TestControllers As ITestControllerHelper
Valor de propriedade
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestControllerHelper
Um objeto auxiliar de controlador de teste.
Consulte também
ITestControllerHelper
Interface ITestManagementService
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo