| java.lang.Object |
| ↳ |
junit.framework.TestSuite |
| |
↳ |
com.atlassian.confluence.selenium.qunit.QUnitDirectorySeleniumTestSuite |
Class Overview
Represents a directory of JavaScript QUnit test files run against a particular Confluence screen.
When created, the QUnit tests (represented as QUnitFileSuites) are run immediately so that the number of
tests will be known by the time the JUnit test() method is called.
Uses an extension of AbstractSeleniumTest to setup and tear down the tests, including taking screenshots and
HTML dumps.
Summary
|
[Expand]
Inherited Methods |
From class
junit.framework.TestSuite
|
void
|
addTest(Test arg0)
|
|
void
|
addTestSuite(Class arg0)
|
|
int
|
countTestCases()
|
|
static
Test
|
createTest(Class arg0, String arg1)
|
|
String
|
getName()
|
|
static
Constructor
|
getTestConstructor(Class arg0)
|
|
void
|
run(TestResult arg0)
|
|
void
|
runTest(Test arg0, TestResult arg1)
|
|
void
|
setName(String arg0)
|
|
Test
|
testAt(int arg0)
|
|
int
|
testCount()
|
|
Enumeration
|
tests()
|
|
String
|
toString()
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
junit.framework.Test
|
abstract
int
|
countTestCases()
|
|
abstract
void
|
run(TestResult arg0)
|
|
Public Constructors
public
QUnitDirectorySeleniumTestSuite
(String baseHref, String directoryName)