Uses of Interface
com.atlassian.jira.functest.framework.log.FuncTestLogger

Packages that use FuncTestLogger
com.atlassian.jira.functest.framework   
com.atlassian.jira.functest.framework.admin   
com.atlassian.jira.functest.framework.admin.plugins   
com.atlassian.jira.functest.framework.assertions   
com.atlassian.jira.functest.framework.backdoor   
com.atlassian.jira.functest.framework.dump   
com.atlassian.jira.functest.framework.log   
com.atlassian.jira.functest.framework.navigation   
com.atlassian.jira.functest.framework.navigation.issue   
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   
com.atlassian.jira.webtests   
 

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

Classes in com.atlassian.jira.functest.framework that implement FuncTestLogger
 class AbstractFuncTestUtil
          A base class for func test utlity classes.
 class AbstractNavigationUtil
          Abstract class for domain specific navigation.
 class AdministrationImpl
          Implementation of Administration
 class FuncTestCase
          The base class for JIRA "next generation" functional test cases.
 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.
 

Fields in com.atlassian.jira.functest.framework declared as FuncTestLogger
protected  FuncTestLogger FuncTestCase.log
          Use this field to access the FuncTestLogger in play
protected  FuncTestLogger AbstractFuncTestUtil.logger
           
 

Methods in com.atlassian.jira.functest.framework that return FuncTestLogger
 FuncTestLogger AbstractFuncTestUtil.getLogger()
           
 

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

Classes in com.atlassian.jira.functest.framework.admin that implement FuncTestLogger
 class AdminTabsImpl
           
 class AdvancedApplicationPropertiesImpl
           
 class AttachmentsImpl
           
 class CustomFieldsImpl
           
 class CvsModulesImpl
           
 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 WorkflowSchemesImpl
          Default implementation of WorkflowSchemes.
 class WorkflowStepsImpl
          Default implementation of WorkflowSteps.
 class WorkflowTransitionImpl
          Default implementation of WorkflowTransition.
 

Constructors in com.atlassian.jira.functest.framework.admin with parameters of type FuncTestLogger
IssueLinkingImpl(net.sourceforge.jwebunit.WebTester tester, Navigation navigation, FuncTestLogger logger)
           
 

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

Classes in com.atlassian.jira.functest.framework.admin.plugins that implement FuncTestLogger
 class PluginsImpl
           
 

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

Classes in com.atlassian.jira.functest.framework.assertions that implement FuncTestLogger
 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 FuncTestLogger in com.atlassian.jira.functest.framework.backdoor
 

Classes in com.atlassian.jira.functest.framework.backdoor that implement FuncTestLogger
 class ApplicationPropertiesControl
          Use this class from func/selenium/page-object tests that need to manipulate ApplicationProperties.
 class BackdoorControl<T extends BackdoorControl<T>>
          Parent class for Backdoor controllers making func-test REST requests to set up test state without the UI overhead.
 class DarkFeaturesControl
          Use this class from func/selenium/page-object tests that need to manipulate Dark Features.
 class DataImportControl
          Use this class from func/selenium/page-object tests that need to import data.
 class I18nControl
          TODO: Document this class / interface here
 class IssuesControl
          Use this class from func/selenium/page-object tests that need to manipulate Issues.
 class MailServersControl
          Use this class from func/selenium/page-object tests that need to manipulate Mail Servers.
 class PermissionSchemesControl
          Use this class from func/selenium/page-object tests that need to manipulate Permission Schemes.
 class PermissionsControl
          Use this class from func/selenium/page-object tests that need to manipulate Permissions, including global permissions and permission schemes.
 class ProjectControl
          Use this class from func/selenium/page-object tests that need to manipulate Projects.
 class SearchRequestControl
          Use this class from func/selenium/page-object tests that need to manipulate SearchRequests.
 class ServicesControl
          Use this class from func/selenium/page-object tests that need to manipulate or query Services.
 class UserProfileControl
          Use this class from func/selenium/page-object tests that need to manipulate User Profiles.
 class UsersAndGroupsControl
          Use this class from func/selenium/page-object tests that need to manipulate Users and Groups.
 

Uses of FuncTestLogger in com.atlassian.jira.functest.framework.dump
 

Methods in com.atlassian.jira.functest.framework.dump with parameters of type FuncTestLogger
static void ArtifactDumper.openBrowser(String command, File captureFile, FuncTestLogger logger)
           
 

Constructors in com.atlassian.jira.functest.framework.dump with parameters of type FuncTestLogger
ArtifactDumper(junit.framework.TestCase testCase, Throwable failureCause, Date date, FuncTestLogger logger)
          This will dump artifact files out to a well know location
 

Uses of FuncTestLogger in com.atlassian.jira.functest.framework.log
 

Classes in com.atlassian.jira.functest.framework.log that implement FuncTestLogger
 class FuncTestLoggerImpl
          A logging implementation with the concept of "indentation" for hirearchical levels of logging.
 

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

Classes in com.atlassian.jira.functest.framework.navigation that implement FuncTestLogger
 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 FuncTestLogger in com.atlassian.jira.functest.framework.navigation.issue
 

Constructors in com.atlassian.jira.functest.framework.navigation.issue with parameters of type FuncTestLogger
DefaultAttachmentManagement(net.sourceforge.jwebunit.WebTester tester, FuncTestLogger logger)
           
DefaultAttachmentsBlock(net.sourceforge.jwebunit.WebTester tester, FuncTestLogger logger, FileAttachmentsList fileAttachmentsList, ImageAttachmentsGallery imageAttachmentsGallery, AttachmentManagement attachmentManagement)
           
DefaultFileAttachmentsList(net.sourceforge.jwebunit.WebTester tester, FuncTestLogger logger)
           
DefaultImageAttachmentsGallery(net.sourceforge.jwebunit.WebTester tester, FuncTestLogger logger)
           
 

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

Classes in com.atlassian.jira.functest.framework.parser that implement FuncTestLogger
 class IssueNavigatorParserImpl
          Simple implementation of the IssueNavigatorParser interface.
 class IssueParserImpl
           
 class SystemInfoParserImpl
          A parser of the System Info Page
 

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

Classes in com.atlassian.jira.functest.framework.parser.filter that implement FuncTestLogger
 class FilterParserImpl
           
 

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

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

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

Classes in com.atlassian.jira.functest.framework.util.env that implement FuncTestLogger
 class EnvironmentUtils
          Utility methods for environment settings JIRA runs in.
 

Uses of FuncTestLogger in com.atlassian.jira.webtests
 

Classes in com.atlassian.jira.webtests that implement FuncTestLogger
 class AbstractSubscriptionEmailTest
          An abstract class for tests that check the integrity of subscription e-mails.
 class EmailFuncTestCase
          This class extends FuncTestCase by adding methods to test emails being sent from JIRA.
 

Fields in com.atlassian.jira.webtests declared as FuncTestLogger
protected  FuncTestLogger JIRAWebTest.log
          Deprecated. Use this field to access the FuncTestLogger in play
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.