| |
|
| org.objectweb.jonas.jtests.util.JTestCase org.objectweb.jonas.jtests.clients.timer.F_TimerMD
F_TimerMD | public class F_TimerMD extends JTestCase (Code) | | test TimerService on Message Driven Beans
|
CREATE_TIMER_MAX | final public static int CREATE_TIMER_MAX(Code) | | |
CREATE_TIMER_MIN | final public static int CREATE_TIMER_MIN(Code) | | |
F_TimerMD | public F_TimerMD(String name)(Code) | | constructor
Parameters: name - name of the test suite. |
setUp | protected void setUp()(Code) | | Sets up the fixture, here load the beans if not loaded yet.
This method is called before a test is executed.
|
suite | public static Test suite()(Code) | | This suite is all Message Driven Timer test cases
|
testBasicSendOnTopic1 | public void testBasicSendOnTopic1() throws Exception(Code) | | Basic test: Send 1 message on a topic
2 MDB are reading the topic.
No tx.
|
testTimerQueue1 | public void testTimerQueue1() throws Exception(Code) | | Start a timer on Queue MDB
|
testTimerTopic1 | public void testTimerTopic1() throws Exception(Code) | | Start a timer on Topic MDB
|
testTimersQueue1 | public void testTimersQueue1() throws Exception(Code) | | Start several timers on Queue MDB
|
|
|
|