Share via


ITestSuiteEntryCollection.Remove Method

Include Protected Members
Include Inherited Members

Removes a provided test case or test suite from the collection.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Remove(ITestCase) Removes the provided test case from the collection.
Public method Remove(ITestSuiteBase) Removes the provided test suite from the collection.
Public method Remove(T) Removes the first occurrence of a specific object from the ICollection<T>. (Inherited from ICollection<ITestSuiteEntry>.)

Top

See Also

Reference

ITestSuiteEntryCollection Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace