Package org.opennms.netmgt.junit.runner
Class SeleniumJUnitRunner
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.junit.runners.ParentRunner<org.junit.runner.Runner>
-
- org.junit.runners.Suite
-
- org.opennms.netmgt.junit.runner.SeleniumJUnitRunner
-
- All Implemented Interfaces:
org.junit.runner.Describable
,org.junit.runner.manipulation.Filterable
,org.junit.runner.manipulation.Sortable
public class SeleniumJUnitRunner extends org.junit.runners.Suite
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SeleniumJUnitRunner.BaseUrl
static interface
SeleniumJUnitRunner.TimeoutInSeconds
-
Constructor Summary
Constructors Constructor Description SeleniumJUnitRunner(Class<?> testClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<org.junit.runner.Runner>
getChildren()
-
Methods inherited from class org.junit.runners.ParentRunner
childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses
-
-
-
-
Constructor Detail
-
SeleniumJUnitRunner
public SeleniumJUnitRunner(Class<?> testClass) throws org.junit.runners.model.InitializationError
- Throws:
org.junit.runners.model.InitializationError
-
-
Method Detail
-
getChildren
protected List<org.junit.runner.Runner> getChildren()
- Overrides:
getChildren
in classorg.junit.runners.Suite
-
-