TestCategoryItemCollection.Add Method
Include Protected Members
Include Inherited Members
Adds one or more test category items to 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 | |
---|---|---|
Add(String) | Adds the provided test category name to the collection. | |
Add(TestCategoryItem) | Adds the provided test category item to the collection. (Overrides EqtBaseCollection<T>.Add(T).) |
Top