org.seleniuminspector.junit4ex
Class SeleniumBlockClassRunner

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.seleniuminspector.junit4ex.SeleniumBlockClassRunner
All Implemented Interfaces:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

public class SeleniumBlockClassRunner
extends org.junit.runners.BlockJUnit4ClassRunner


Constructor Summary
SeleniumBlockClassRunner(java.lang.Class<?> klass)
           
 
Method Summary
protected  org.junit.runners.model.Statement classBlock(org.junit.runner.notification.RunNotifier notifier)
           
protected  org.junit.runners.model.Statement methodBlock(org.junit.runners.model.FrameworkMethod method)
           
 org.junit.runners.model.Statement withStartBrowserForClass(org.junit.runners.model.Statement next)
           
 org.junit.runners.model.Statement withStartBrowserForMethod(org.junit.runners.model.FrameworkMethod method, org.junit.runners.model.Statement next)
           
 org.junit.runners.model.Statement withStopBrowserForClass(org.junit.runners.model.Statement next)
           
 org.junit.runners.model.Statement withStopBrowserForMethod(org.junit.runners.model.FrameworkMethod method, org.junit.runners.model.Statement next)
           
 
Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, methodInvoker, possiblyExpectingExceptions, runChild, testName, validateInstanceMethods, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout
 
Methods inherited from class org.junit.runners.ParentRunner
childrenInvoker, filter, getDescription, getName, getTestClass, run, 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
 
Methods inherited from interface org.junit.runner.manipulation.Filterable
filter
 
Methods inherited from interface org.junit.runner.manipulation.Sortable
sort
 

Constructor Detail

SeleniumBlockClassRunner

public SeleniumBlockClassRunner(java.lang.Class<?> klass)
                         throws org.junit.runners.model.InitializationError
Throws:
org.junit.runners.model.InitializationError
Method Detail

methodBlock

protected org.junit.runners.model.Statement methodBlock(org.junit.runners.model.FrameworkMethod method)
Overrides:
methodBlock in class org.junit.runners.BlockJUnit4ClassRunner

classBlock

protected org.junit.runners.model.Statement classBlock(org.junit.runner.notification.RunNotifier notifier)
Overrides:
classBlock in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>

withStartBrowserForMethod

public org.junit.runners.model.Statement withStartBrowserForMethod(org.junit.runners.model.FrameworkMethod method,
                                                                   org.junit.runners.model.Statement next)

withStopBrowserForMethod

public org.junit.runners.model.Statement withStopBrowserForMethod(org.junit.runners.model.FrameworkMethod method,
                                                                  org.junit.runners.model.Statement next)

withStartBrowserForClass

public org.junit.runners.model.Statement withStartBrowserForClass(org.junit.runners.model.Statement next)

withStopBrowserForClass

public org.junit.runners.model.Statement withStopBrowserForClass(org.junit.runners.model.Statement next)


Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.