Uses of Class
com.atlassian.jira.functest.framework.FuncTestSuite

Packages that use FuncTestSuite
com.atlassian.jira.functest.framework   
com.atlassian.jira.webtests   
com.atlassian.jira.webtests.zsuites   
com.atlassian.jira.webtests.ztests.plugin   
com.atlassian.jira.webtests.ztests.plugin.reloadable   
 

Uses of FuncTestSuite in com.atlassian.jira.functest.framework
 

Methods in com.atlassian.jira.functest.framework that return FuncTestSuite
 FuncTestSuite FuncTestSuite.addBundledPlugins2Only(Class<? extends junit.framework.TestCase> testCaseClass)
          This will add the test class into the suite as a bundled plugins 2.0 test only.
 FuncTestSuite FuncTestSuite.addSingleRunTest(Class<? extends junit.framework.TestCase> testCaseClass)
           
 FuncTestSuite FuncTestSuite.addTest(Class<? extends junit.framework.TestCase> testCaseClass)
          This will add the test class into the suite.
 FuncTestSuite FuncTestSuite.addTests(Collection<Class<? extends junit.framework.TestCase>> testCaseClasses)
          This will add a collection of test classes into the suite as a STANDARD, PROFESSIONAL and ENTERPRISE tests.
 FuncTestSuite FuncTestSuite.addTestsInPackage(String packageName, boolean recursive)
           
 FuncTestSuite FuncTestSuite.addTestsInPackageBundledPluginsOnly(String packageName, boolean recursive)
           
 FuncTestSuite FuncTestSuite.addTestSuite(FuncTestSuite funcTestSuite)
          This will add the tests from the passed in FuncTestSuite to this suite, respecting the various editions and ensuring that tests are not added twice.
 FuncTestSuite FuncTestSuite.addTpmLdapOnly(Class<? extends junit.framework.TestCase> testCaseClass)
           
 

Methods in com.atlassian.jira.functest.framework with parameters of type FuncTestSuite
 FuncTestSuite FuncTestSuite.addTestSuite(FuncTestSuite funcTestSuite)
          This will add the tests from the passed in FuncTestSuite to this suite, respecting the various editions and ensuring that tests are not added twice.
 

Uses of FuncTestSuite in com.atlassian.jira.webtests
 

Subclasses of FuncTestSuite in com.atlassian.jira.webtests
 class AcceptanceTestHarness
          This is the top level Test Suite for JIRA web functional tests.
 

Fields in com.atlassian.jira.webtests declared as FuncTestSuite
static FuncTestSuite AcceptanceTestHarness.SUITE
          A static declaration of this particular FuncTestSuite
 

Uses of FuncTestSuite in com.atlassian.jira.webtests.zsuites
 

Subclasses of FuncTestSuite in com.atlassian.jira.webtests.zsuites
 class FuncTestSuiteAdministration
          Test for the administration of the JIRA instance.
 class FuncTestSuiteAppLinks
          AppLinks-related tests.
 class FuncTestSuiteAttachments
          Tests for attachments.
 class FuncTestSuiteBrowseProject
           
 class FuncTestSuiteBrowsing
           
 class FuncTestSuiteBulkOperations
          A suite of tests related to Bulk Operations
 class FuncTestSuiteCharting
          Test for JIRA charting.
 class FuncTestSuiteCloneIssue
          A suite of SubTask related test
 class FuncTestSuiteComments
          A suite of test related to comments
 class FuncTestSuiteComponentsAndVersions
          A suite of tests related to Components and Versions
 class FuncTestSuiteCustomFields
          Some tests for custom fields.
 class FuncTestSuiteDashboards
          A func test suite for Dashboards
 class FuncTestSuiteEmail
          Tests that check various e-mail JIRA related capabilities.
 class FuncTestSuiteFields
          A suite of tests related to Fields (and especially custom fields)
 class FuncTestSuiteFilters
          A func test suite for Filters
 class FuncTestSuiteI18n
          I18n tests
 class FuncTestSuiteImportExport
          Test for project import/export functionality.
 class FuncTestSuiteIssueNavigator
          A suite of tests related to the issue navigator
 class FuncTestSuiteIssues
          A suite of tests around Issues.
 class FuncTestSuiteJelly
          Jelly tests.
 class FuncTestSuiteJql
          A test suite for all JQL related func tests.
 class FuncTestSuiteLdap
           
 class FuncTestSuiteLicencing
          A suite of tests around JIRA licence handling
 class FuncTestSuiteMoveIssue
          Tests for moving issues.
 class FuncTestSuitePermissions
          A suite of tests related to Permissions
 class FuncTestSuitePlatform
           
 class FuncTestSuitePlugins
           
 class FuncTestSuiteProjectImport
          A suite of tests around JIRA project import
 class FuncTestSuiteProjects
          A suite of tests around JIRA projects
 class FuncTestSuiteQuartz
          A test suite of Quartz Scheduler related classes
 class FuncTestSuiteRandomTests
          This is a suite of radom test that have nothing no real place currently.
 class FuncTestSuiteRemote
          Class of tests which run tests remotely in JIRA.
 class FuncTestSuiteReports
          a suite of tests related to Reports
 class FuncTestSuiteREST
           
 class FuncTestSuiteRoles
          A suite of tests related to Roles
 class FuncTestSuiteSchemes
          A suite of tests around Schemes
 class FuncTestSuiteSecurity
          A suite of test related to Security
 class FuncTestSuiteSetup
          A set of tests that must be run before any JIRA data is imported into it.
 class FuncTestSuiteSharedEntities
          A func test suite for shared entities such as Dashboards and Filters.
 class FuncTestSuiteSubTasks
          A suite of SubTask related test
 class FuncTestSuiteTimeTracking
          Responsible for holding the time tracking module's functional tests.
 class FuncTestSuiteTimeZone
          Test suite for time zone related integration tests.
 class FuncTestSuiteUpgradeTasks
          A suite of test related to Upgrade Tasks
 class FuncTestSuiteUsersAndGroups
          A suite of test related to Users and Groups
 class FuncTestSuiteWorkflow
          A FuncTestSuite of Workflow related tests
 class FuncTestSuiteWorklogs
          A suite of tests around Worklogs
 class FuncTestSuiteXXXX
          TODO - A TEMPLATE func test suite.
 

Fields in com.atlassian.jira.webtests.zsuites declared as FuncTestSuite
static FuncTestSuite FuncTestSuiteRemote.SUITE
           
static FuncTestSuite FuncTestSuiteRandomTests.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteSubTasks.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteEmail.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteSchemes.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteQuartz.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteAttachments.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteMoveIssue.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteFields.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteI18n.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteTimeTracking.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteREST.SUITE
           
static FuncTestSuite FuncTestSuiteCharting.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteSharedEntities.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteCloneIssue.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteTimeZone.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteRoles.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteJql.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteBrowsing.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteXXXX.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteBulkOperations.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteAdministration.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuitePlugins.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteIssueNavigator.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteIssues.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteProjectImport.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteComponentsAndVersions.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteProjects.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteUsersAndGroups.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteSetup.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteDashboards.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteLdap.SUITE
           
static FuncTestSuite FuncTestSuiteWorklogs.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuitePermissions.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteReports.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteFilters.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteCustomFields.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteSecurity.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteComments.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuitePlatform.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteWorkflow.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteJelly.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteBrowseProject.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteLicencing.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteUpgradeTasks.SUITE
          A static declaration of this particular FuncTestSuite
static FuncTestSuite FuncTestSuiteImportExport.SUITE
           
 

Uses of FuncTestSuite in com.atlassian.jira.webtests.ztests.plugin
 

Subclasses of FuncTestSuite in com.atlassian.jira.webtests.ztests.plugin
 class FuncTestSuiteReferencePlugins
          Test suite for all functional tests against plugin modules reloadability.
 

Uses of FuncTestSuite in com.atlassian.jira.webtests.ztests.plugin.reloadable
 

Subclasses of FuncTestSuite in com.atlassian.jira.webtests.ztests.plugin.reloadable
 class FuncTestSuiteReloadablePluginModules
          Test suite for all functional tests against plugin modules reloadability.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.