org.jboss.test.foedeployer.test
Class MessageConversionTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.JBossTestCase (src) 
          extended byorg.jboss.test.foedeployer.test.MessageConversionTestCase

public class MessageConversionTestCase
extends JBossTestCase (src)

Test of a message driven bean WebLogic Application Conversion

See Also:
Serialized Form

Nested Class Summary
 class MessageConversionTestCase.QuoteMessageListener (src)
           
 
Field Summary
static java.lang.String CONVERTOR_DEPLOYER_QUERY_NAME
           
static java.lang.String FOE_DEPLOYER
           
static java.lang.String FOE_DEPLOYER_NAME
           
static java.lang.String MESSAGE_APPLICATION
           
static int MESSAGES_NUMBER
           
static java.lang.String QUEUE
           
static java.lang.String QUEUE_FACTORY
           
static java.lang.String TOPIC
           
static java.lang.String TOPIC_FACTORY
           
static int WAIT_ITERATIONS
           
 
Fields inherited from class org.jboss.test.JBossTestCase (src)
delegate, deploymentException, log
 
Constructor Summary
MessageConversionTestCase(java.lang.String pName)
           
 
Method Summary
static Test suite()
          Setup the test suite.
 void testMessageConversion()
          Test an MDB conversion
 
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
 

Field Detail

FOE_DEPLOYER

public static final java.lang.String FOE_DEPLOYER
See Also:
Constant Field Values (src)

FOE_DEPLOYER_NAME

public static final java.lang.String FOE_DEPLOYER_NAME
See Also:
Constant Field Values (src)

CONVERTOR_DEPLOYER_QUERY_NAME

public static final java.lang.String CONVERTOR_DEPLOYER_QUERY_NAME
See Also:
Constant Field Values (src)

MESSAGE_APPLICATION

public static final java.lang.String MESSAGE_APPLICATION
See Also:
Constant Field Values (src)

TOPIC

public static final java.lang.String TOPIC
See Also:
Constant Field Values (src)

TOPIC_FACTORY

public static final java.lang.String TOPIC_FACTORY
See Also:
Constant Field Values (src)

QUEUE

public static final java.lang.String QUEUE
See Also:
Constant Field Values (src)

QUEUE_FACTORY

public static final java.lang.String QUEUE_FACTORY
See Also:
Constant Field Values (src)

MESSAGES_NUMBER

public static final int MESSAGES_NUMBER
See Also:
Constant Field Values (src)

WAIT_ITERATIONS

public static final int WAIT_ITERATIONS
See Also:
Constant Field Values (src)
Constructor Detail

MessageConversionTestCase

public MessageConversionTestCase(java.lang.String pName)
Method Detail

suite

public static Test suite()
                  throws java.lang.Exception
Setup the test suite.

Throws:
java.lang.Exception

testMessageConversion

public void testMessageConversion()
                           throws java.lang.Exception
Test an MDB conversion

Throws:
java.lang.Exception