public class

QUnitDirectorySeleniumTestSuite

extends TestSuite
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

Public Constructors
QUnitDirectorySeleniumTestSuite(String baseHref, String directoryName)
[Expand]
Inherited Methods
From class junit.framework.TestSuite
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public QUnitDirectorySeleniumTestSuite (String baseHref, String directoryName)

Throws
Exception