Package org.opennms.netmgt.junit.runner
Class TestClassRunnerForSelenium
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
-
- org.junit.runners.BlockJUnit4ClassRunner
-
- org.opennms.netmgt.junit.runner.TestClassRunnerForSelenium
-
- All Implemented Interfaces:
org.junit.runner.Describable
,org.junit.runner.manipulation.Filterable
,org.junit.runner.manipulation.Sortable
public class TestClassRunnerForSelenium extends org.junit.runners.BlockJUnit4ClassRunner
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
createTest()
String
getBaseUrl()
int
getTimeout()
void
setBaseUrl(String baseUrl)
void
setTimeout(int timeout)
protected void
validateConstructor(List<Throwable> errors)
-
Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner
collectInitializationErrors, computeTestMethods, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout
-
-
-
-
Method Detail
-
createTest
public Object createTest() throws Exception
- Overrides:
createTest
in classorg.junit.runners.BlockJUnit4ClassRunner
- Throws:
Exception
-
validateConstructor
protected void validateConstructor(List<Throwable> errors)
- Overrides:
validateConstructor
in classorg.junit.runners.BlockJUnit4ClassRunner
-
getTimeout
public int getTimeout()
-
setTimeout
public void setTimeout(int timeout)
-
getBaseUrl
public String getBaseUrl()
-
setBaseUrl
public void setBaseUrl(String baseUrl)
-
-