|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.TestSuite
com.atlassian.selenium.SeleniumTestSuite
public abstract class SeleniumTestSuite
A skeleton test suite for Selenium tests. The run method starts the selenium server (if the selenium configuration class has been set to allow this.
| Constructor Summary | |
|---|---|
SeleniumTestSuite()
|
|
| Method Summary | |
|---|---|
protected abstract SeleniumConfiguration |
getSeleniumConfiguration()
To be implemented by users of this class. |
void |
run(junit.framework.TestResult testResult)
A special run methods that, depending on the SeleniumConfiguration, will start the selenium server and client. |
| Methods inherited from class junit.framework.TestSuite |
|---|
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, 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 |
|---|
public SeleniumTestSuite()
| Method Detail |
|---|
protected abstract SeleniumConfiguration getSeleniumConfiguration()
public final void run(junit.framework.TestResult testResult)
run in interface junit.framework.Testrun in class junit.framework.TestSuitetestResult - Test results class to be passed to parent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||