Compartilhar via


Propriedade ITestSuiteBase.AllTestCases

Obtém a coleção somente leitura das situações 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

'Declaração
ReadOnly Property AllTestCases As ITestCaseCollection
ITestCaseCollection AllTestCases { get; }
property ITestCaseCollection^ AllTestCases {
    ITestCaseCollection^ get ();
}
abstract AllTestCases : ITestCaseCollection with get
function get AllTestCases () : ITestCaseCollection

Valor de propriedade

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseCollection
A coleção das situações de teste para este conjunto.

Segurança do .NET Framework

Consulte também

Referência

ITestSuiteBase Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client

ITestCaseCollection