org.opennms.netmgt.junit.runner
Class TestClassRunnerForSelenium

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
          extended by org.junit.runners.BlockJUnit4ClassRunner
              extended by 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
 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, methodBlock, methodInvoker, possiblyExpectingExceptions, runChild, testName, validateInstanceMethods, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout
 
Methods inherited from class org.junit.runners.ParentRunner
childrenInvoker, classBlock, filter, getDescription, getName, getTestClass, run, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses
 
Methods inherited from class org.junit.runner.Runner
testCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createTest

public Object createTest()
                  throws Exception
Overrides:
createTest in class org.junit.runners.BlockJUnit4ClassRunner
Throws:
Exception

validateConstructor

protected void validateConstructor(List<Throwable> errors)
Overrides:
validateConstructor in class org.junit.runners.BlockJUnit4ClassRunner

getTimeout

public int getTimeout()

setTimeout

public void setTimeout(int timeout)

getBaseUrl

public String getBaseUrl()

setBaseUrl

public void setBaseUrl(String baseUrl)


Copyright © 2011. All Rights Reserved.