Uses of Class
com.atlassian.jira.functest.framework.suite.Category

Packages that use Category
com.atlassian.jira.functest.framework   
com.atlassian.jira.functest.framework.suite   
com.atlassian.jira.webtest.webdriver.setup   
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> JUnit3WebTestDescription.categories()
           
 Set<Category> WebTestDescription.categories()
          Set of categories describing this test.
 

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> WebTestSuite.excludes()
          Set of categories to exclude from the target suite.
 Set<Category> SystemPropertyBasedSuite.excludes()
           
static Set<Category> Category.fromAnnotation(WebTest webTest)
           
 Set<Category> WebTestSuite.includes()
          Set of categories to include in the target suite.
 Set<Category> SystemPropertyBasedSuite.includes()
           
 

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.webtest.webdriver.setup
 

Methods in com.atlassian.jira.webtest.webdriver.setup that return types with arguments of type Category
 Set<Category> PackageRunner.excludes()
           
 Set<Category> PackageRunner.includes()
           
 

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)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.