Class TestArchivedStatistics
java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.project.TestArchivedStatistics
In Jira 9.6.0 we changed the way we calculate issues archived with project archive (we mark them as archived
in jiraissue table). We made the crucial functionality handle the ZDU mode between 9.5 and 9.6 (see
ZduAwareIssueArchiveHelper and
ZduAwareArchivingDao), but less critical components, such as
ArchivedStatistics, will be showing incorrect results during ZDU.-
Field Summary
Fields inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
getAssertions, getBackdoor, getEnvironmentData, getTester
-
Constructor Details
-
TestArchivedStatistics
public TestArchivedStatistics()
-
-
Method Details
-
setUp
public void setUp() -
testNoIssues
public void testNoIssues() -
testAllArchiveTypes
public void testAllArchiveTypes()
-