Class AbstractReleasePageTest<T extends AbstractReleasePage>
java.lang.Object
com.atlassian.jira.pageobjects.JiraWebDriverTest
com.atlassian.jira.pageobjects.BaseJiraWebTest
com.atlassian.jira.webtest.webdriver.tests.jpp.AbstractReleasePageTest<T>
- Direct Known Subclasses:
TestAdministerReleasePage,TestLegacyReleasePage,TestReleasePage
public abstract class AbstractReleasePageTest<T extends AbstractReleasePage>
extends BaseJiraWebTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intprotected static final com.atlassian.jira.testkit.client.restclient.DeleteVersionWithCustomFieldParametersstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final intstatic final Stringprotected TimedQueryFactorystatic final intstatic final Stringstatic final Stringprotected static List<com.atlassian.jira.testkit.client.restclient.Version> Fields inherited from class com.atlassian.jira.pageobjects.BaseJiraWebTest
jiraWebTestClassRules, webTestRuleFields inherited from class com.atlassian.jira.pageobjects.JiraWebDriverTest
backdoor, jira, logger, mailHelper, pageBinder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected static voidprotected static voiddeleteVersion(String version) static voidstatic voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidtearDown()static voidvoidvoidvoidvoidMethods inherited from class com.atlassian.jira.pageobjects.JiraWebDriverTest
getBackdoor, getBaseClassRule, getBaseRule
-
Field Details
-
VERSION_DESCRIPTION
- See Also:
-
VERSION_NAME
- See Also:
-
PROJECT_KEY
- See Also:
-
PAGE_SIZE
public static final int PAGE_SIZE- See Also:
-
versions
-
NEW_VERSION_NAME
- See Also:
-
NEW_VERSION_DESCRIPTION
- See Also:
-
NEW_VERSION_DATE_START
- See Also:
-
NEW_VERSION_DATE_RELEASE
- See Also:
-
NEW_VERSION_DATE_START_PL
- See Also:
-
NEW_VERSION_DATE_RELEASE_PL
- See Also:
-
UNRELEASED_COUNT
public static final int UNRELEASED_COUNT- See Also:
-
ARCHIVED_COUNT
public static final int ARCHIVED_COUNT- See Also:
-
ALL_COUNT
public static final int ALL_COUNT- See Also:
-
EMPTY_DELETE_VERSION_PARAMS
protected static final com.atlassian.jira.testkit.client.restclient.DeleteVersionWithCustomFieldParameters EMPTY_DELETE_VERSION_PARAMS -
timedQueryFactory
-
-
Constructor Details
-
AbstractReleasePageTest
public AbstractReleasePageTest()
-
-
Method Details
-
setUpClass
public static void setUpClass() -
tearDownClass
public static void tearDownClass() -
deleteVersion
-
tearDown
- Throws:
Exception
-
createVersions
protected static void createVersions() -
destroyVersions
public static void destroyVersions() -
shouldRevealMoreComponentsAfterScrolling
public void shouldRevealMoreComponentsAfterScrolling() -
shouldFilterWhenChangingCriteria
public void shouldFilterWhenChangingCriteria() -
shouldRestoreLastStatusWhenPageIsLoaded
public void shouldRestoreLastStatusWhenPageIsLoaded() -
shouldFilterVersionsAccordingToUrlParameters
public void shouldFilterVersionsAccordingToUrlParameters() -
shouldDisplayProperEmptyStatesAndAfterCreateShouldRenderVersionTable
public void shouldDisplayProperEmptyStatesAndAfterCreateShouldRenderVersionTable() -
shouldDisplayProperEmptyStatesAfterRemovingLastVersion
public void shouldDisplayProperEmptyStatesAfterRemovingLastVersion() -
testCreateVersion
public void testCreateVersion() -
testAddExistingVersion
public void testAddExistingVersion() -
shouldRedirectToFocusedTask
public void shouldRedirectToFocusedTask() -
shouldArchiveButNotChangeViewportWhenArchivingVersion
public void shouldArchiveButNotChangeViewportWhenArchivingVersion() -
adminShouldEditPageEvenIfFieldIsHidden
public void adminShouldEditPageEvenIfFieldIsHidden() -
viewingAVersionShouldDisplayTheDateInUsersTimeZoneAndLocaleFFOff
public void viewingAVersionShouldDisplayTheDateInUsersTimeZoneAndLocaleFFOff() -
viewingAVersionShouldPreserveDateFieldAcrossTimezones
public void viewingAVersionShouldPreserveDateFieldAcrossTimezones() -
getPageClass
-