com.atlassian.confluence.selenium.qunit
Class QUnitEditorTestRunner

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

public class QUnitEditorTestRunner
extends junit.framework.TestSuite

Runs QUnit tests against the Confluence Editor. All tests must be: 1. runnable against the "Create Page" screen, and 2. located in the QUnit 'integration/editor' directory Tests will be run by the QUnitDirectorySeleniumTestSuite


Constructor Summary
QUnitEditorTestRunner()
           
 
Method Summary
static junit.framework.Test suite()
           
 
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

QUnitEditorTestRunner

public QUnitEditorTestRunner()
Method Detail

suite

public static junit.framework.Test suite()
                                  throws Exception
Throws:
Exception


Copyright © 2003-2011 Atlassian. All Rights Reserved.