jdave.junit4
Class ResultsAdapter
java.lang.Object
jdave.junit4.ResultsAdapter
- All Implemented Interfaces:
- IBehaviorResults
public class ResultsAdapter
- extends Object
- implements IBehaviorResults
The ResultsAdapter receives failure notifications from JDave and forwards
them to JUnit's RunNotifier.
- Author:
- Lasse Koskela
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
error
public void error(Method m,
Throwable e)
- Specified by:
error in interface IBehaviorResults
expected
public void expected(Method m)
- Specified by:
expected in interface IBehaviorResults
unexpected
public void unexpected(Method m,
ExpectationFailedException e)
- Specified by:
unexpected in interface IBehaviorResults
Copyright © 2010. All Rights Reserved.