AbstractAtlassianWebTestCase | This super class provides extensions to JWebUnit useful in acceptance tests. |
AbstractSubscriptionEmailTest | An abstract class for tests that check the integrity of subscription e-mails. |
AbstractSubscriptionEmailTest.CountingIterator | Iterator that can be used to return a sequence of numbers. |
AbstractSubscriptionEmailTest.FilterConfig | Holds the configuration for a filter that can be used to create a subscription. |
AbstractTestIssueNavigatorColumnsView | |
AbstractTestIssueNavigatorColumnsView.ItemVerifier | |
AbstractTestIssueNavigatorView | |
AbstractTestIssueNavigatorView.Comment | |
AbstractTestIssueNavigatorView.CustomField | |
AbstractTestIssueNavigatorView.CustomField.Value | |
AbstractTestIssueNavigatorView.IssueLink | |
AbstractTestIssueNavigatorView.IssueLinks | |
AbstractTestIssueNavigatorView.Item | Just a helper bean to keep the data encapsulated for each item |
AbstractTestIssueNavigatorXmlView | |
AcceptanceTestHarness | This is the top level Test Suite for JIRA web functional tests. |
CategorisingTestSuite | Test suite that runs given set of tests based on provided test package name property and included and excluded categories. |
CategorisingTestSuite.CategoryMatchPredicate | |
CustomFieldValue | |
EmailFuncTestCase | This class extends FuncTestCase by adding methods to test emails being sent from JIRA. |
EmailFuncTestCase.MailBox | |
Groups | Group names for func tests. |
JIRAGreenMailSetup | A convinience holder for an array of JIRAServerSetup to increment each
setup's port by 1 when needed. |
JIRAServerSetup | Extends com.icegreen.greenmail.util.ServerSetup so that the port can be incremented/changed. |
JIRAWebTest |
This class is deprecated.
This is a legacy class that evolved as a result of a 'stuff every util into the base class' approach. It
is probably one of the fattest classes in the JIRA code base. It has been replaced by FuncTestCase that attempts to separate its various
responsibilities into multiple helper classes. Always use FuncTestCase for new func tests and attempt to migrate old tests
to use it whenever possible.
|
LegacyProjectPermissionKeyMapping | Mirrors JIRA's com.atlassian.jira.permission.LegacyProjectPermissionKeyMapping class (necessary as func tests do not depend on JIRA core) |
LicenseKeys | This contains all the known license keys for testing. |
LicenseKeys.License | For testing purpose you can use this MAINTENANCE EXPIRED COMMERCIAL LICENSE However you cant put it in a func test because JIRA will lock up with a Johnson Event! AAABNA0ODAoPeNpVkE9vgzAMxe/5FJF2pqKM/lmlSCuQA1uhFUWdJu3ipV6bCQJKAlq//SgUdZN9s 9/7PfshqRRdNyf6OKWet5r5K39Jwyinnus+kQiN0LK2slLsJc7WlCuLutbS4MeKhlVZohYSCrpH3 aImoUa4LkdgkV0dnGtPSVgpC8KmUCI7IKqGBmfQXZFvqWGykQKVQX6UPYmnOc92Wbzno5AnIAvWf g6iZ7AFGCNBTURVEt5C0fRY9gWFwX+e+aXGHhtuk4RnYbzeDPPOVbbIrG6QdO7dXQqUQP5TS335k 3/peC7Z6hMoaQZIjsbSfg+P9IYhe56yqTtfzHyfDM+IIxbk6dw5uO+58xbywAleZztyE3TTTRyNi vEBd3ijCllKi0eya7Q4g8Ex0+KW6RcTBpI3MCwCFEo+rTahLjs5IQIjIS2OGtr65XncAhRIqzT82 vXSzz/u9sheljEfB4G2JQ==X02ff |
Permissions | Mirrors JIRA's com.atlassian.jira.security.Permissions class (necessary as func tests do not depend on JIRA) |
WebTestCaseWrapper | This class pretty much wraps the WebTestCase to dump out the response whenever the WebTestFails. |
WebTesterFactory | Used for creating web testers |