com.eclipsesource.restfuse
Class HttpJUnitRunner

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 com.eclipsesource.restfuse.HttpJUnitRunner
All Implemented Interfaces:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

public class HttpJUnitRunner
extends org.junit.runners.BlockJUnit4ClassRunner

The HttpJUnitRunner can be used in your TestCase to avoid the double annotation of test methods with the Test and HttpTest annotation. The runner detects all HttpTest annotated methods and executes them as normal JUnit test methods.


Constructor Summary
HttpJUnitRunner(java.lang.Class<?> klass)
           
 
Method Summary
 
Methods inherited from class org.junit.runners.ParentRunner
filter, getDescription, getTestClass, run, setScheduler, sort
 
Methods inherited from class org.junit.runner.Runner
testCount
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpJUnitRunner

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