com.atlassian.confluence.qunit
Class QUnitAUIWebDriverTestSuite

java.lang.Object
  extended by junit.framework.TestSuite
      extended by com.atlassian.confluence.qunit.QUnitAUIWebDriverTestSuite
All Implemented Interfaces:
junit.framework.Test

public class QUnitAUIWebDriverTestSuite
extends junit.framework.TestSuite

Represents the QUnit AUI unit tests for a single plugin.


Constructor Summary
QUnitAUIWebDriverTestSuite()
           
 
Method Summary
protected  com.atlassian.confluence.qunit.WebDriverEnvironmentCreator getEnvironmentCreator()
           
protected  List<String> getTests(com.atlassian.webdriver.pageobjects.WebDriverTester tester, String baseUrl)
           
protected  QUnitTestProduct wrapTestProduct(ConfluenceTestedProduct product)
           
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QUnitAUIWebDriverTestSuite

public QUnitAUIWebDriverTestSuite()
                           throws Exception
Throws:
Exception
Method Detail

getTests

protected List<String> getTests(com.atlassian.webdriver.pageobjects.WebDriverTester tester,
                                String baseUrl)

wrapTestProduct

protected QUnitTestProduct wrapTestProduct(ConfluenceTestedProduct product)

getEnvironmentCreator

protected com.atlassian.confluence.qunit.WebDriverEnvironmentCreator getEnvironmentCreator()


Copyright © 2003-2012 Atlassian. All Rights Reserved.