|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Category>
com.atlassian.jira.functest.framework.suite.Category
public enum Category
Enumeration of possible categories of JIRA web tests.
Enum Constant Summary | |
---|---|
ACTIVE_OBJECTS
|
|
ACTIVITY_STREAMS
|
|
ADMINISTRATION
|
|
API
|
|
APP_LINKS
|
|
ATTACHMENTS
|
|
BROWSE_PROJECT
|
|
BROWSING
|
|
BULK_OPERATIONS
|
|
CHANGE_HISTORY
|
|
CHARTING
|
|
CLONE_ISSUE
|
|
COMMENTS
|
|
COMPONENTS_AND_VERSIONS
|
|
CUSTOM_FIELDS
|
|
DASHBOARDS
|
|
DATABASE
We have some tests that we want to run against other databases: MS SQL, Oracle, Postgres, etc. |
|
DEV_MODE
Marks all tests that require 'dev-mode' plugins installed in JIRA. |
|
EMAIL
|
|
FIELDS
|
|
FILTERS
|
|
FUNC_TEST
Generic category applied to all func tests. |
|
GADGETS
|
|
HTTP
|
|
I18N
|
|
IGNITE
Requires ignite plugin to run. |
|
IMPORT_EXPORT
|
|
INDEXING
|
|
ISSUE_LINKS
|
|
ISSUE_NAVIGATOR
|
|
ISSUES
|
|
JELLY
|
|
JQL
|
|
LDAP
|
|
LICENSING
|
|
MOVE_ISSUE
|
|
PERFORMANCE
Performance test |
|
PERMISSIONS
|
|
PLATFORM_COMPATIBILITY
Platform compatibility tests. |
|
PLUGINS
|
|
PROJECT_IMPORT
|
|
PROJECTS
|
|
QUARTZ
|
|
QUNIT
QUnit runner. |
|
REFERENCE_PLUGIN
Marks all tests that require the JIRA reference plugin installed in JIRA. |
|
RELOADABLE_PLUGINS
Tests for plugins reloadability (involve slow data restore) |
|
REPORTS
|
|
REST
|
|
ROLES
|
|
SCHEMES
|
|
SECURITY
|
|
SELENIUM_TEST
Generic category applied to all Selenium tests. |
|
SETUP
|
|
SUB_TASKS
|
|
TIME_TRACKING
|
|
TIME_ZONES
|
|
TPM
Marks tests that can only be run in the TPM builds. |
|
UPGRADE_TASKS
|
|
USERS_AND_GROUPS
|
|
VISUAL_REGRESSION
Tests for visual regression. |
|
WEBDRIVER_TEST
Generic category applied to all WebDriver tests. |
|
WORKFLOW
|
|
WORKLOGS
|
Method Summary | |
---|---|
static Category |
forString(String constName)
|
static Set<Category> |
fromAnnotation(WebTest webTest)
|
boolean |
isFunctional()
Whether or not this category marks a functional area of the tested application. |
static Category |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Category[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Category FUNC_TEST
public static final Category SELENIUM_TEST
public static final Category WEBDRIVER_TEST
public static final Category TPM
public static final Category PLATFORM_COMPATIBILITY
public static final Category VISUAL_REGRESSION
public static final Category QUNIT
public static final Category DEV_MODE
public static final Category REFERENCE_PLUGIN
public static final Category IGNITE
public static final Category PERFORMANCE
public static final Category RELOADABLE_PLUGINS
public static final Category DATABASE
public static final Category ACTIVITY_STREAMS
public static final Category ADMINISTRATION
public static final Category API
public static final Category APP_LINKS
public static final Category ATTACHMENTS
public static final Category BROWSE_PROJECT
public static final Category BROWSING
public static final Category BULK_OPERATIONS
public static final Category CHARTING
public static final Category CLONE_ISSUE
public static final Category COMMENTS
public static final Category COMPONENTS_AND_VERSIONS
public static final Category CUSTOM_FIELDS
public static final Category DASHBOARDS
public static final Category EMAIL
public static final Category FIELDS
public static final Category FILTERS
public static final Category GADGETS
public static final Category HTTP
public static final Category I18N
public static final Category IMPORT_EXPORT
public static final Category INDEXING
public static final Category ISSUE_NAVIGATOR
public static final Category ISSUES
public static final Category ISSUE_LINKS
public static final Category JELLY
public static final Category JQL
public static final Category LDAP
public static final Category LICENSING
public static final Category MOVE_ISSUE
public static final Category PERMISSIONS
public static final Category PLUGINS
public static final Category PROJECT_IMPORT
public static final Category PROJECTS
public static final Category QUARTZ
public static final Category REPORTS
public static final Category REST
public static final Category ROLES
public static final Category SCHEMES
public static final Category SECURITY
public static final Category SETUP
public static final Category SUB_TASKS
public static final Category TIME_TRACKING
public static final Category TIME_ZONES
public static final Category UPGRADE_TASKS
public static final Category USERS_AND_GROUPS
public static final Category WORKFLOW
public static final Category WORKLOGS
public static final Category CHANGE_HISTORY
public static final Category ACTIVE_OBJECTS
Method Detail |
---|
public static Category[] values()
for (Category c : Category.values()) System.out.println(c);
public static Category valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static Category forString(String constName)
public static Set<Category> fromAnnotation(WebTest webTest)
public boolean isFunctional()
true
, if this is a functional category
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |