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.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.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 AttachmentsImpl
           
 class CustomFieldsImpl
           
 class CvsModulesImpl
           
 class FieldConfigurationSchemesImpl
           
 class FieldConfigurationsImpl
           
 class FieldScreenAssociationsImpl
           
 class GeneralConfigurationImpl
           
 class IssueLinkingImpl
          Administrate issue linking
 class IssueSecurityLevelImpl
          Default implementation of IssueSecurityLevel.
 class IssueSecuritySchemesImpl
          Default implementation of IssueSecuritySchemes.
 class PermissionSchemesImpl
          Implements the PermissionSchemes and PermissionSchemes.PermissionScheme interfaces.
 class PluginsImpl
          TODO: Document this class / interface here
 class ProjectImpl
          Implementation of Project interface
 class ProjectImportImpl
          Implementation of ProjectImport.
 class ResolutionsImpl
           
 class RolesImpl
           
 class SubtasksImpl
           
 class TimeTrackingImpl
          Time tracking configuration
 class UsersAndGroupsImpl
          Admin operations for users and groups
 class ViewFieldScreensImpl
          Default implementation of ViewFieldScreens.
 class ViewWorkflowsImpl
          Default implementation of ViewWorkflows
 class WorkflowSchemesImpl
          Default implementatio of WorkflowSchemes.
 class WorkflowStepsImpl
          Default implementation of WorkflowSteps.
 class WorkflowTransitionImpl
          Default implementation of WorkflowTransition.
 

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 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 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.env
 

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



Copyright © 2002-2011 Atlassian. All Rights Reserved.