|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.junit.runner.Runner
org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
org.junit.runners.BlockJUnit4ClassRunner
com.eclipsesource.restfuse.HttpJUnitRunner
public class HttpJUnitRunner
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
annotated methods and executes them as normal
JUnit test methods.HttpTest
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 |
---|
public HttpJUnitRunner(java.lang.Class<?> klass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |