Share via


ITestSuiteEntryCollection.Add Method

 

Adds a test case or a test suite to the collection.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Overload List

Name Description
System_CAPS_pubmethod Add(T)

(Inherited from ICollection<T>.)

System_CAPS_pubmethod Add(ITestCase)

Adds a test case to the collection.

System_CAPS_pubmethod Add(ITestSuiteBase)

Adds a test suite to the collection.

See Also

ITestSuiteEntryCollection Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top