|
||||||||||
| PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTestCase
org.objectweb.jtests.jms.framework.JMSTestCase
Class extending junit.framework.TestCase to
provide a new fail() method with an Exception
as parameter.
Every Test Case for JMS should extend this class instead of junit.framework.TestCase
| Constructor Summary | |
JMSTestCase(java.lang.String name)
|
|
| Method Summary | |
void |
fail(java.lang.Exception e)
Fails a test with an exception which will be used for a message. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JMSTestCase(java.lang.String name)
| Method Detail |
public void fail(java.lang.Exception e)
javax.jms.JMSException, the
message of the failure will contained both the JMSException and its linked exception
(provided there's one).
|
||||||||||
| PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||