public class MultiBrowserRunner
extends org.junit.runners.Suite
WComponentSeleniumTestCase using multiple
browsers. It should only be used as follows:
@RunWith(MultiBrowserRunner.class)
public class MySeleniumTest extends WComponentSeleniumTestCase
{
// your test code here
}
| Constructor and Description |
|---|
MultiBrowserRunner(Class<?> clazz)
Only called reflectively.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<org.junit.runner.Runner> |
getChildren() |
childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, order, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses, withInterruptIsolationpublic MultiBrowserRunner(Class<?> clazz) throws org.junit.runners.model.InitializationError
clazz - the test case to run.org.junit.runners.model.InitializationError - if there is an error.protected List<org.junit.runner.Runner> getChildren()
getChildren in class org.junit.runners.SuiteCopyright © 2024. All rights reserved.