Compartilhar via


ITestSuiteBase.AllTestCases Propriedade

 

Obtém a coleção somente leitura de casos de teste para esse pacote e todos os filhos hierárquicos.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

ITestCaseCollection AllTestCases { get; }
property ITestCaseCollection^ AllTestCases {
    ITestCaseCollection^ get();
}
abstract AllTestCases : ITestCaseCollection with get
ReadOnly Property AllTestCases As ITestCaseCollection

Valor de propriedade

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseCollection

A coleção de casos de teste para esse pacote.

Consulte também

ITestCaseCollection
Interface ITestSuiteBase
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo