Uses of Class
com.atlassian.jira.webtests.ztests.plugin.reloadable.AbstractReloadablePluginsTest

Packages that use AbstractReloadablePluginsTest
com.atlassian.jira.webtests.ztests.plugin.reloadable   
com.atlassian.jira.webtests.ztests.plugin.reloadable.disabling   
com.atlassian.jira.webtests.ztests.plugin.reloadable.enabling   
 

Uses of AbstractReloadablePluginsTest in com.atlassian.jira.webtests.ztests.plugin.reloadable
 

Subclasses of AbstractReloadablePluginsTest in com.atlassian.jira.webtests.ztests.plugin.reloadable
 class AbstractCustomFieldPluginTest
          Base class for all custom field module testers
 class AbstractReloadableWorkflowComponentTest
          Abstract base class for workflow component (condition, function, validator) reloadability tests.
 class TestCustomFieldTypeModuleReloadability
          Test that the 'custom field type' plugin module type behaves correctly when reloaded.
 class TestCustomFieldTypeSearcherReloadability
          Test the reloadability of custom field searchers.
 class TestIssueTabPanelModuleTypeReloadability
          Test case verifying that the issue tab panel plugin module is fully reloadable, i.e.
 class TestReportModuleReloadability
           Test verifying that a report defined within a module can be enabled and disabled any number of times.
 class TestServletModuleReloadability
           Test case verifying that a servlet defined within a plugin module works as expected after the module has been enabled and disabled any number of times.
 class TestWebWork1ActionModuleReloadability
           Test case verifying that a webwork action plugin module is fully reloadable, i.e.
 class TestWorkflowConditionModuleReloadability
           Test that the 'workflow condition' plugin module type behaves correctly when going back and forth from disabled to enabled state any number of times.
 class TestWorkflowFunctionModuleReloadability
           Test that the 'workflow function' plugin module type behaves correctly when going back and forth from disabled to enabled state any number of times.
 class TestWorkflowValidatorModuleReloadability
           Test that the 'workflow validator' plugin module type behaves correctly when going back and forth from disabled to enabled state any number of times.
 

Uses of AbstractReloadablePluginsTest in com.atlassian.jira.webtests.ztests.plugin.reloadable.disabling
 

Subclasses of AbstractReloadablePluginsTest in com.atlassian.jira.webtests.ztests.plugin.reloadable.disabling
 class TestComponentModuleTypeDisabling
           Responsible for verifying the disablement of component module types.
 class TestI18nResourceDisabling
           Test that top-level i18n 'resource' descriptors load / unload i18n keys correctly when going from 'enabled' to 'disabled' and then to 'enabled' back again.
 class TestRestModuleTypeDisabling
          Responsible for verifying that the rest resources defined within a plugin are disabled correctly.
 

Uses of AbstractReloadablePluginsTest in com.atlassian.jira.webtests.ztests.plugin.reloadable.enabling
 

Subclasses of AbstractReloadablePluginsTest in com.atlassian.jira.webtests.ztests.plugin.reloadable.enabling
 class TestComponentImportModuleTypeEnabling
          Responsible for verifying that a component imported from another plugin works as expected after both plugins have been enabled.
 class TestComponentModuleTypeEnabling
          Responsible for verifying that a component defined withing a plugin works as expected after the plugin has been enabled.
 class TestI18nReferenceLanguagePackEnabling
          Test the enabling of the language pack modules.
 class TestI18nResourceEnabling
           Test that the top-level i18n 'resource' plugin module type behaves correctly when going from 'never enabled' to 'enabled' state.
 class TestModuleTypeModuleEnabling
           Test that the 'module type' plugin module type behaves correctly when going from 'never enabled' to enabled state.
 class TestRestModuleEnabling
          Responsible for verifying that a rest endpoint defined withing a plugin works as expected after the module has been enabled.
 class TestViewProfilePanelModuleTypeEnabling
           Test case verifying that a view profile panel plugin module behaves correctly correct when going from 'never enabled' to enabled state.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.