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