|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Category | |
|---|---|
| com.atlassian.jira.functest.framework | |
| com.atlassian.jira.functest.framework.suite | |
| com.atlassian.jira.webtests | |
| Uses of Category in com.atlassian.jira.functest.framework |
|---|
| Methods in com.atlassian.jira.functest.framework that return types with arguments of type Category | |
|---|---|
Set<Category> |
WebTestDescription.categories()
Set of categories describing this test. |
Set<Category> |
JUnit3WebTestDescription.categories()
|
| Uses of Category in com.atlassian.jira.functest.framework.suite |
|---|
| Methods in com.atlassian.jira.functest.framework.suite that return Category | |
|---|---|
static Category |
Category.forString(String constName)
|
static Category |
Category.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Category[] |
Category.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.atlassian.jira.functest.framework.suite that return types with arguments of type Category | |
|---|---|
Set<Category> |
JUnit4WebTestDescription.categories()
|
Set<Category> |
SystemPropertyBasedSuite.excludes()
|
Set<Category> |
WebTestSuite.excludes()
Set of categories to exclude from the target suite. |
static Set<Category> |
Category.fromAnnotation(WebTest webTest)
|
Set<Category> |
SystemPropertyBasedSuite.includes()
|
Set<Category> |
WebTestSuite.includes()
Set of categories to include in the target suite. |
| Constructor parameters in com.atlassian.jira.functest.framework.suite with type arguments of type Category | |
|---|---|
CategoryFilter(Set<Category> includedCategories,
Set<Category> excludedCategories)
|
|
CategoryFilter(Set<Category> includedCategories,
Set<Category> excludedCategories)
|
|
| Uses of Category in com.atlassian.jira.webtests |
|---|
| Constructor parameters in com.atlassian.jira.webtests with type arguments of type Category | |
|---|---|
CategorisingTestSuite.CategoryMatchPredicate(Set<Category> includedCategories,
Set<Category> excludedCategories)
|
|
CategorisingTestSuite.CategoryMatchPredicate(Set<Category> includedCategories,
Set<Category> excludedCategories)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||