ITestSuiteBase.TestCases Property
Gets a read-only collection of test cases.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestSuiteEntryCollection TestCases { get; }
property ITestSuiteEntryCollection^ TestCases {
ITestSuiteEntryCollection^ get();
}
abstract TestCases : ITestSuiteEntryCollection with get
ReadOnly Property TestCases As ITestSuiteEntryCollection
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteEntryCollection
A read-only collection of test cases.
See Also
ITestSuiteBase Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top