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.QUnitWebDriverEnvironmentCreator getEnvironmentCreator(ConfluenceTestedProduct product)
           
protected  java.util.List<java.lang.String> getTests(com.atlassian.webdriver.pageobjects.WebDriverTester tester, java.lang.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QUnitAUIWebDriverTestSuite

public QUnitAUIWebDriverTestSuite()
                           throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getTests

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

wrapTestProduct

protected QUnitTestProduct wrapTestProduct(ConfluenceTestedProduct product)

getEnvironmentCreator

protected com.atlassian.confluence.qunit.QUnitWebDriverEnvironmentCreator getEnvironmentCreator(ConfluenceTestedProduct product)


Copyright © 2003-2014 Atlassian. All Rights Reserved.