ITestManagementTeamProject.TestCases Propriedade
Obtém um objeto auxiliar que fornece acesso aos casos de teste no projeto.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
ITestCaseHelper TestCases { get; }
property ITestCaseHelper^ TestCases {
ITestCaseHelper^ get();
}
abstract TestCases : ITestCaseHelper with get
ReadOnly Property TestCases As ITestCaseHelper
Valor de propriedade
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseHelper
Um objeto auxiliar que fornece acesso aos casos de teste no projeto.
Consulte também
ITestCaseHelper
Interface ITestManagementTeamProject
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo