public abstract class SeleniumMultiTestSuite
extends junit.framework.TestSuite
| Constructor and Description |
|---|
SeleniumMultiTestSuite() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<SeleniumConfiguration> |
getSeleniumConfigurations()
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.
|
protected abstract List<SeleniumConfiguration> getSeleniumConfigurations()
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 parentCopyright © 2015 Atlassian. All rights reserved.