Uses of Class
com.atlassian.jira.functest.framework.AbstractFuncTestUtil

Packages that use AbstractFuncTestUtil
com.atlassian.jira.functest.framework   
com.atlassian.jira.functest.framework.admin   
com.atlassian.jira.functest.framework.admin.plugins   
com.atlassian.jira.functest.framework.admin.workflows   
com.atlassian.jira.functest.framework.assertions   
com.atlassian.jira.functest.framework.navigation   
com.atlassian.jira.functest.framework.parser   
com.atlassian.jira.functest.framework.parser.filter   
com.atlassian.jira.functest.framework.util   
com.atlassian.jira.functest.framework.util.env   
 

Uses of AbstractFuncTestUtil in com.atlassian.jira.functest.framework
 

Subclasses of AbstractFuncTestUtil in com.atlassian.jira.functest.framework
 class AbstractNavigationUtil
          Abstract class for domain specific navigation.
 class AdministrationImpl
          Implementation of Administration
 class FuncTestCaseJiraSetup
          This class is responsible for "setting up" and "tearing down" JIRA from a functional test point of view.
 class NavigationImpl
          Implementation of Navigation
 class ParserImpl
           
 class UserProfileImpl
          Default implementation of UserProfile
 class WorkflowsImpl
          Navigation actions that pertain to workflows and bulk migrations/transitions.
 

Uses of AbstractFuncTestUtil in com.atlassian.jira.functest.framework.admin
 

Subclasses of AbstractFuncTestUtil in com.atlassian.jira.functest.framework.admin
 class AdminTabsImpl
           
 class AdvancedApplicationPropertiesImpl
           
 class AttachmentsImpl
           
 class CustomFieldsImpl
           
 class EditNotificationsImpl
          Default implementation of EditNotifications.
 class FieldConfigurationSchemesImpl
           
 class FieldConfigurationsImpl
           
 class FieldScreenAssociationsImpl
           
 class GeneralConfigurationImpl
           
 class IssueSecurityLevelImpl
          Default implementation of IssueSecurityLevel.
 class IssueSecuritySchemesImpl
          Default implementation of IssueSecuritySchemes.
 class NotificationSchemesImpl
          Default implementation of NotificationSchemes.
 class PermissionSchemesImpl
          Implements the PermissionSchemes and PermissionSchemes.PermissionScheme interfaces.
 class ProjectImpl
          Implementation of Project interface
 class ProjectImportImpl
          Implementation of ProjectImport.
 class ResolutionsImpl
           
 class RolesImpl
           
 class SubtasksImpl
           
 class TimeTrackingImpl
          Time tracking configuration
 class ViewFieldScreensImpl
          Default implementation of ViewFieldScreens.
 class ViewWorkflowsImpl
          Default implementation of ViewWorkflows
 class WorkflowStepsImpl
          Default implementation of WorkflowSteps.
 class WorkflowTransitionImpl
          Default implementation of WorkflowTransition.
 

Uses of AbstractFuncTestUtil in com.atlassian.jira.functest.framework.admin.plugins
 

Subclasses of AbstractFuncTestUtil in com.atlassian.jira.functest.framework.admin.plugins
 class PluginsImpl
           
 

Uses of AbstractFuncTestUtil in com.atlassian.jira.functest.framework.admin.workflows
 

Subclasses of AbstractFuncTestUtil in com.atlassian.jira.functest.framework.admin.workflows
 class ViewWorkflowPage
           
 class WorkflowDesignerPage
          Represents the workflow designer page shown for a given workflow.
 

Uses of AbstractFuncTestUtil in com.atlassian.jira.functest.framework.assertions
 

Subclasses of AbstractFuncTestUtil in com.atlassian.jira.functest.framework.assertions
 class AssertionsImpl
          Implementation of Assertions
 class DashboardAssertionsImpl
          And implementation of DashboardAssertions
 class IssueNavigatorAssertionsImpl
           
 class JiraFormAssertionsImpl
          And implementation of JiraFormAssertions.
 class JiraMessageAssertionsImpl
          Default implementation of JiraMessageAssertions.
 class LabelAssertionsImpl
          Implementation for Label Assertions
 class LinkAssertionsImpl
          Default implementation of the LinkAssertions interface.
 class TableAssertions
          Used to make assertions about web Tables.
 class TextAssertionsImpl
          An implementation of the TextAssertions
 class URLAssertionsImpl
          Default implementation of URLAssertions.
 class UserAssertions
           
 class ViewIssueAssertions
          Makes assertions on the View Issue page.
 

Uses of AbstractFuncTestUtil in com.atlassian.jira.functest.framework.navigation
 

Subclasses of AbstractFuncTestUtil in com.atlassian.jira.functest.framework.navigation
 class IssueNavigationImpl
          Navigate Issue functionality
 class IssueNavigatorNavigationImpl
          Navigate Issue Navigation functionality.
 class ManageFiltersNavigation
          The FilterNavigation representing the ManageFilters views, this implementation should be complete and definitive of the full functionality of the view.
 

Uses of AbstractFuncTestUtil in com.atlassian.jira.functest.framework.parser
 

Subclasses of AbstractFuncTestUtil in com.atlassian.jira.functest.framework.parser
 class HeaderImpl
           
 class IssueNavigatorParserImpl
          Simple implementation of the IssueNavigatorParser interface.
 class IssueParserImpl
           
 class SystemInfoParserImpl
          A parser of the System Info Page
 

Uses of AbstractFuncTestUtil in com.atlassian.jira.functest.framework.parser.filter
 

Subclasses of AbstractFuncTestUtil in com.atlassian.jira.functest.framework.parser.filter
 class FilterParserImpl
           
 

Uses of AbstractFuncTestUtil in com.atlassian.jira.functest.framework.util
 

Subclasses of AbstractFuncTestUtil in com.atlassian.jira.functest.framework.util
 class AsynchronousTasks
          Common methods for navigation of pages that display the progress of an asynchronous task.
 

Uses of AbstractFuncTestUtil in com.atlassian.jira.functest.framework.util.env
 

Subclasses of AbstractFuncTestUtil in com.atlassian.jira.functest.framework.util.env
 class EnvironmentUtils
          Utility methods for environment settings JIRA runs in.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.