|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jmscts.core.TestCreator
Helper class for creating JUnit test cases runnable by JMSTestRunner
JMSTestRunner
,
ProviderTestRunner
,
ConnectionTestRunner
,
SessionTestRunner
,
MessageTestRunner
,
SendReceiveTestRunner
Method Summary | |
static junit.framework.Test |
createConnectionFactoryTest(java.lang.Class test)
Create a connection factory test using its class. |
static junit.framework.Test |
createConnectionTest(java.lang.Class test)
Create a connection test using its class. |
static junit.framework.Test |
createConnectionTest(junit.framework.Test test)
Create a connection test. |
static junit.framework.Test |
createMessageTest(java.lang.Class test)
Create a message test using its class. |
static junit.framework.Test |
createMessageTest(junit.framework.Test test)
Create a message test. |
static junit.framework.Test |
createSendReceiveTest(java.lang.Class test)
Create a send/receive test using its class. |
static junit.framework.Test |
createSendReceiveTest(junit.framework.Test test)
Create a send/receive test. |
static junit.framework.Test |
createSessionTest(java.lang.Class test)
Create a session test using its class. |
static junit.framework.Test |
createSessionTest(junit.framework.Test test)
Create a session test. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static junit.framework.Test createConnectionFactoryTest(java.lang.Class test)
ConnectionFactoryTestCase
interface.test
- the test classpublic static junit.framework.Test createConnectionTest(junit.framework.Test test)
test
- the test case.public static junit.framework.Test createConnectionTest(java.lang.Class test)
ConnectionTestCase
interface.test
- the test classpublic static junit.framework.Test createSessionTest(junit.framework.Test test)
test
- the test casepublic static junit.framework.Test createSessionTest(java.lang.Class test)
SessionTestCase
interface.test
- the test classpublic static junit.framework.Test createMessageTest(junit.framework.Test test)
MessageTestCase
interface.test
- the test casepublic static junit.framework.Test createMessageTest(java.lang.Class test)
MessageTestCase
interface.test
- the test classpublic static junit.framework.Test createSendReceiveTest(junit.framework.Test test)
SendReceiveTestCase
interface.test
- the test casepublic static junit.framework.Test createSendReceiveTest(java.lang.Class test)
SendReceiveTestCase
interface.test
- the test class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |