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 | |
---|---|---|
Remove(ITestCase) | Removes the provided test case from the collection. | |
Remove(ITestSuiteBase) | Removes the provided test suite from the collection. | |
Remove(UTP) | Removes the first occurrence of a specific object from the ICollection. (Inherited from ICollection<ITestSuiteEntry>.) |
Top