com.togethersoft.testing.shared
Interface ICategory
- All Known Implementing Classes:
- AssetCategory
- public interface ICategory
Interface describes type of the asset. - Defines composite of string identifiers to recognize type of test elements.
| Method Summary |
boolean | contains(String identifier) Returns true if this category contains given identifier |
Enumeration | identifiers() Returns enumeration of all identifiers in this category |
contains
public boolean contains(String identifier)
- Returns true if this category contains given identifier
identifiers
public Enumeration identifiers()
- Returns enumeration of all identifiers in this category