ITestSuiteEntryCollection.Add Method (ITestSuiteBase)
Adds a test suite to the collection.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestSuiteEntry Add(
ITestSuiteBase suite
)
ITestSuiteEntry^ Add(
ITestSuiteBase^ suite
)
abstract Add :
suite:ITestSuiteBase -> ITestSuiteEntry
Function Add (
suite As ITestSuiteBase
) As ITestSuiteEntry
Parameters
suite
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteBaseThe ITestSuiteBase object to add to the collection.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteEntry
The added test suite entry.
See Also
ITestSuiteBase
Add Overload
ITestSuiteEntryCollection Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top