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

Packages that use FuncTestSuite
com.atlassian.jira.functest.framework   
com.atlassian.jira.webtests   
 

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
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.