com.atlassian.jira.pageobjects
Class BaseJiraWebTest

java.lang.Object
  extended by com.atlassian.jira.pageobjects.BaseJiraWebTest
Direct Known Subclasses:
AbstractProjectEditWorkflow, AbstractTestScreenEditorComponent, BaseJiraWebTest, JiraVisualRegressionTest, TestAddCustomField, TestAddFieldConfigurationDialog, TestAddFieldConfigurationSchemeDialog, TestAddFieldScreenDialog, TestAddFieldScreenSchemeDialog, TestAddIssueTypes, TestAddIssueTypeScreenScheme, TestAddIssueTypeToFieldConfigurationAssociationDialog, TestAddIssueTypeToScreenSchemeAssociation, TestAddSubtaskType, TestAddUserPage, TestAdministerProjectMenuItem, TestAdminQuickSearch, TestAdminSectionUserPicker, TestAdvancedApplicationProperties, TestAnonymousAccess, TestAssociateIssueOperationToScreen, TestBulkEditGroupMembers, TestBulkWorkflowTransition, TestCalendarPopUp, TestComponentsPanel, TestContactAdminLinks, TestCreateIssue, TestCreateSubtask, TestDialog, TestEditIssue, TestEditProject, TestEditProjectKey, TestEditWorkflowScheme, TestFieldsPanel, TestFrotherControlRenderers, TestFrotherisedAssignee, TestIssueComments, TestIssuePickerInteractions, TestIssuePickerPopup, TestIssueSecurityPanel, TestIssuesMenu, TestIssueTypeSchemes, TestIssueTypesPanel, TestIssueTypesSubNav, TestJiraAllowUnassignedIssues, TestJsErrors, TestKeyboardShortcuts, TestLicensedUserManagement, TestLinkIssue, TestListWorkflows, TestMoveIssue, TestMyJiraHome, TestNotificationsPanel, TestProjectConfigSummary, TestProjectHeader, TestProjectOperations, TestProjectPermissions, TestProjectSharedBy, TestProjectSharedByScreens, TestQunit, TestReindexProject, TestRolesPanel, TestScreensPanel, TestSharedDashboards, TestSharedFilters, TestShifter, TestSummaryComponentsPanel, TestSummaryFieldsPanel, TestSummaryIssueTypesPanel, TestSummaryNotificationsPanel, TestSummaryPermissionsPanel, TestSummaryRolesPanel, TestSummaryScreensPanel, TestSummaryVersionsPanel, TestSummaryWorkflowPanel, TestTabPermissions, TestTabWorkflow, TestTwoDimensionalStatsGadget, TestUpgradeCaseForDashboardsAndAvatars, TestUserAndGroupPickerPopup, TestUserMentions, TestUserPermissions, TestUserRenameOnComponent, TestUserRenameOnRole, TestVersionConfig, TestViewIssue, TestViewProfileTabSwitching, TestWatchers, TestWebSudo, TestWorkflowEditState, TestWorkflowHeader, TestXss

public abstract class BaseJiraWebTest
extends Object

Lightweight base class mainly containing annotations common for all tests.

DO NOT put any utility methods here. Use page objects framework for that. In fact, do not put anything here without permission :P

Since:
v4.4

Field Summary
protected static Backdoor backdoor
           
protected static JiraTestedProduct jira
           
static JiraWebTestClassRules jiraWebTestClassRules
           
protected static org.slf4j.Logger logger
           
protected static com.atlassian.pageobjects.PageBinder pageBinder
           
 org.junit.rules.TestRule webTestRule
           
 
Constructor Summary
BaseJiraWebTest()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final org.slf4j.Logger logger

jira

@Inject
protected static JiraTestedProduct jira

pageBinder

@Inject
protected static com.atlassian.pageobjects.PageBinder pageBinder

backdoor

@Inject
protected static Backdoor backdoor

jiraWebTestClassRules

@Inject
public static JiraWebTestClassRules jiraWebTestClassRules

webTestRule

public org.junit.rules.TestRule webTestRule
Constructor Detail

BaseJiraWebTest

public BaseJiraWebTest()


Copyright © 2002-2014 Atlassian. All Rights Reserved.