|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjdave.junit4.ResultsAdapter
public class ResultsAdapter
The ResultsAdapter receives failure notifications from JDave and forwards them to JUnit's RunNotifier.
| Method Summary | |
|---|---|
void |
error(java.lang.reflect.Method m,
java.lang.Throwable e)
|
void |
expected(java.lang.reflect.Method m)
|
void |
unexpected(java.lang.reflect.Method m,
ExpectationFailedException e)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void error(java.lang.reflect.Method m,
java.lang.Throwable e)
error in interface IBehaviorResultspublic void expected(java.lang.reflect.Method m)
expected in interface IBehaviorResults
public void unexpected(java.lang.reflect.Method m,
ExpectationFailedException e)
unexpected in interface IBehaviorResults
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||