com.atlassian.jira.webtest.webdriver.tests.common
Class BaseJiraWebTest

java.lang.Object
  extended by com.atlassian.jira.webtest.webdriver.tests.common.BaseJiraWebTest
Direct Known Subclasses:
JiraVisualRegressionTest, TestActivityStream, TestAddFieldConfigurationDialog, TestAddFieldConfigurationSchemeDialog, TestAddFieldScreenDialog, TestAddFieldScreenSchemeDialog, TestAddIssueTypes, TestAddIssueTypeScreenScheme, TestAddIssueTypeToFieldConfigurationAssociationDialog, TestAddIssueTypeToScreenSchemeAssociation, TestAddSubtaskType, TestAdminQuickSearch, TestAdminSectionUserPicker, TestAdminSummary, TestAdvancedApplicationProperties, TestAssignIssue, TestAssociateIssueOperationToScreen, TestBulkEditGroupMembers, TestBulkWorkflowTransition, TestCalendarPopUp, TestCloseIssue, TestComment, TestComponentsPanel, TestContactAdminLinks, TestCreateIssue, TestCreateSubtask, TestDeleteComment, TestDeleteIssue, TestDialog, TestEditIssue, TestEditIssue, TestEditProject, TestEditWorkflowScheme, TestFieldsPanel, TestFrotherControlRenderers, TestFrotherisedAssignee, TestIssueComments, TestIssuePickerInteractions, TestIssuePickerPopup, TestIssueSecurityPanel, TestIssuesMenu, TestIssueTypeSchemes, TestIssueTypesPanel, TestJsErrors, TestKeyboardShortcuts, TestLabels, TestLinkIssue, TestListWorkflows, TestMoveIssue, TestNotificationsPanel, TestProjectConfigSummary, TestProjectHeader, TestProjectOperations, TestProjectPermissions, TestProjectSharedBy, TestProjectSharedByScreens, TestQunit, TestRecursiveFilters, TestResolveIssue, TestRolesPanel, TestScreenEditor, TestScreensPanel, TestSelectedIssueOperations, TestSharedDashboards, TestSharedFilters, TestShifter, TestStartProgress, TestStartWatching, TestStopProgress, TestStopWatching, TestSummaryComponentsPanel, TestSummaryFieldsPanel, TestSummaryIssueTypesPanel, TestSummaryNotificationsPanel, TestSummaryPermissionsPanel, TestSummaryRolesPanel, TestSummaryScreensPanel, TestSummarySettingsPanel, TestSummaryVersionsPanel, TestSummaryWorkflowPanel, TestTabPermissions, TestTabWorkflow, TestTabWorkflowEditWorkflow, TestTwoDimensionalStatsGadget, TestUpgradeCaseForDashboardsAndAvatars, TestUserAndGroupPickerPopup, TestUserMentions, TestUserRenameOnComponent, TestUserRenameOnRole, TestVersionConfig, TestViewIssue, TestWatchers, TestWebSudo, TestWorkflowEditState, TestWorkflowHeader

@Internal
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

This class is internal to JIRA and not meant to be used by plugin tests.

Since:
v4.4

Field Summary
protected static Backdoor backdoor
           
protected static JiraTestedProduct jira
           
protected static org.slf4j.Logger logger
           
protected static com.atlassian.pageobjects.PageBinder pageBinder
           
static RestoreDataClassRule restoreOnceRule
           
 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

restoreOnceRule

@Inject
public static RestoreDataClassRule restoreOnceRule

webTestRule

public org.junit.rules.TestRule webTestRule
Constructor Detail

BaseJiraWebTest

public BaseJiraWebTest()


Copyright © 2002-2013 Atlassian. All Rights Reserved.