ITestSuiteBase.AllTestCases 属性

获取此套件及所有分层子级的只读测试用例集合。

命名空间:  Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

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

属性值

类型:Microsoft.TeamFoundation.TestManagement.Client.ITestCaseCollection
此套件的测试用例的集合。

.NET Framework 安全性

请参见

参考

ITestSuiteBase 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间

ITestCaseCollection