public class QUnitEditorWebDriverTestSuite
extends junit.framework.TestSuite
When created, the QUnit tests (represented as QUnitFileSuite
s) 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.
Constructor and Description |
---|
QUnitEditorWebDriverTestSuite(String[] directoryNames,
User user,
Space space) |
QUnitEditorWebDriverTestSuite(String directoryName,
User user,
Space space) |
Modifier and Type | Method and Description |
---|---|
protected com.atlassian.confluence.qunit.QUnitWebDriverEnvironmentCreator |
getEnvironmentCreator() |
protected void |
warmUp(Space space,
QUnitTestProduct qUnitTestProduct) |
protected QUnitTestProduct |
wrapTestProduct(ConfluenceTestedProduct product) |
public QUnitEditorWebDriverTestSuite(String directoryName, User user, Space space) throws Exception
Exception
protected void warmUp(Space space, QUnitTestProduct qUnitTestProduct)
protected QUnitTestProduct wrapTestProduct(ConfluenceTestedProduct product)
protected com.atlassian.confluence.qunit.QUnitWebDriverEnvironmentCreator getEnvironmentCreator()
Copyright © 2003–2018 Atlassian. All rights reserved.