org.jboss.test.messagedriven.test
Class SimpleQueueMessageDrivenUnitTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.JBossTestCase (src) 
          extended byorg.jboss.test.messagedriven.support.BasicMessageDrivenUnitTest (src) 
              extended byorg.jboss.test.messagedriven.support.SimpleMessageDrivenUnitTest (src) 
                  extended byorg.jboss.test.messagedriven.test.SimpleQueueMessageDrivenUnitTestCase

public class SimpleQueueMessageDrivenUnitTestCase
extends SimpleMessageDrivenUnitTest (src)

Basic tests of message driven beans

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.jboss.test.messagedriven.support.BasicMessageDrivenUnitTest (src)
BasicMessageDrivenUnitTest.ReceiverRunnable (src)
 
Field Summary
 
Fields inherited from class org.jboss.test.messagedriven.support.BasicMessageDrivenUnitTest (src)
connection, connectionFactoryJNDI, defaultProps, destination, dlqDestination, dlqJMXDestination, jmxDestination, mbeansar, mdbjar, messages, producers, props, REPEATED_WAIT, running, session, testQueue, testQueueProps, testTopic, testTopicProps, thread, WAIT_TIME
 
Fields inherited from class org.jboss.test.JBossTestCase (src)
delegate, deploymentException, log
 
Constructor Summary
SimpleQueueMessageDrivenUnitTestCase(java.lang.String name)
           
 
Methods inherited from class org.jboss.test.messagedriven.support.SimpleMessageDrivenUnitTest (src)
getDLQOperations, getOperations, testSimpleBMT, testSimpleDLQ, testSimpleNotSupported, testSimpleRequired
 
Methods inherited from class org.jboss.test.messagedriven.support.BasicMessageDrivenUnitTest (src)
clearMessages, getAttribute, getConnection, getDestination, getDLQDestination, getDLQJMXDestination, getJMXDestination, getMDBDeployment, getMessageProducer, getMessageProducer, getMessages, getSession, getTestMessage, initProperties, lookup, runTest, setUp, startReceiverThread, startTest, stopReceiverThread, stopTest, tearDown, waitMessages
 
Methods inherited from class org.jboss.test.JBossTestCase (src)
deploy, flushAuthCache, flushAuthCache, getBeanCount, getDeployerName, getDeploySetup, getDeployURL, getInitialContext, getIterationCount, getJndiInitFactory, getJndiURL, getLog, getResourceURL, getServer, getServerHost, getThreadCount, initDelegate, invoke, restartDBPool, sleep, testServerFound, undeploy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleQueueMessageDrivenUnitTestCase

public SimpleQueueMessageDrivenUnitTestCase(java.lang.String name)