Share via


ITestSuiteEntryCollection.Remove Method

 

Removes a provided test case or test suite from 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 Remove(T)

(Inherited from ICollection<T>.)

System_CAPS_pubmethod Remove(ITestCase)

Removes the provided test case from the collection.

System_CAPS_pubmethod Remove(ITestSuiteBase)

Removes the provided test suite from the collection.

See Also

ITestSuiteEntryCollection Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top