|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.webtest.qunit.QUnitHelper
public class QUnitHelper
Provides some utilities for running QUnit tests.
Constructor Summary | |
---|---|
QUnitHelper()
|
Method Summary | |
---|---|
static void |
runAllTests(Navigator navigator,
com.atlassian.aui.test.runner.QUnitSeleniumHelper seleniumHelper,
File testOutputDir)
Runs all of the QUnit tests in JIRA. |
static void |
runSuiteTests(String suiteName,
Navigator navigator,
com.atlassian.aui.test.runner.QUnitSeleniumHelper seleniumHelper,
File testOutputDir)
Runs all of the QUnit tests in the given suite. |
static File |
setUpOutputLocation()
Sets up the test output file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QUnitHelper()
Method Detail |
---|
public static File setUpOutputLocation()
public static void runAllTests(Navigator navigator, com.atlassian.aui.test.runner.QUnitSeleniumHelper seleniumHelper, File testOutputDir) throws Exception
navigator
- seleniumHelper
- testOutputDir
-
Exception
public static void runSuiteTests(String suiteName, Navigator navigator, com.atlassian.aui.test.runner.QUnitSeleniumHelper seleniumHelper, File testOutputDir) throws Exception
suiteName
- navigator
- seleniumHelper
- testOutputDir
-
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |