Package | Description |
---|---|
com.atlassian.jira.functest.framework | |
com.atlassian.jira.functest.framework.suite | |
com.atlassian.jira.hallelujah | |
com.atlassian.jira.webtests |
Modifier and Type | Method and Description |
---|---|
Set<Category> |
JUnit3WebTestDescription.categories() |
Set<Category> |
WebTestDescription.categories()
Set of categories describing this test.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Set<Category> |
JUnit4WebTestDescription.categories() |
Set<Category> |
WebTestSuite.excludes()
Set of categories to exclude from the target suite.
|
Set<Category> |
SystemPropertyBasedSuite.excludes() |
Set<Category> |
CategoryBasedSuite.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() |
Set<Category> |
CategoryBasedSuite.includes() |
Constructor and Description |
---|
CategoryBasedSuite(String testPackage,
Set<Category> includes,
Set<Category> excludes) |
CategoryBasedSuite(String testPackage,
Set<Category> includes,
Set<Category> excludes) |
CategoryFilter(Set<Category> includedCategories,
Set<Category> excludedCategories) |
CategoryFilter(Set<Category> includedCategories,
Set<Category> excludedCategories) |
Modifier and Type | Method and Description |
---|---|
Set<Category> |
WebTestListenerToClientListenerAdapter.WebTestClientDescription.categories() |
Constructor and Description |
---|
CategoryMatchPredicate(Set<Category> includedCategories,
Set<Category> excludedCategories) |
CategoryMatchPredicate(Set<Category> includedCategories,
Set<Category> excludedCategories) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.