|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.junit.runner.Runner
jdave.junit4.JDaveRunner
public class JDaveRunner
The JDaveRunner is a JUnit4 test runner implementation for JDave
specifications. Just tag your JDave specification class with the
@RunWith(JDaveRunner.class) annotation and you're good to go!
| Constructor Summary | |
|---|---|
JDaveRunner(java.lang.Class<? extends jdave.Specification<?>> spec)
|
|
| Method Summary | |
|---|---|
org.junit.runner.Description |
getDescription()
|
void |
run(org.junit.runner.notification.RunNotifier notifier)
|
| 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 |
| Constructor Detail |
|---|
public JDaveRunner(java.lang.Class<? extends jdave.Specification<?>> spec)
| Method Detail |
|---|
public org.junit.runner.Description getDescription()
getDescription in class org.junit.runner.Runnerpublic void run(org.junit.runner.notification.RunNotifier notifier)
run in class org.junit.runner.Runner
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||