org.exolab.jmscts.core
Class AbstractConnectionFactoryTestCase

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.exolab.jmscts.core.JMSTestCase
                    |
                    +--org.exolab.jmscts.core.AbstractConnectionFactoryTestCase
All Implemented Interfaces:
ConnectionFactoryTestCase, JMSTest, junit.framework.Test
Direct Known Subclasses:
AbstractConnectionTestCase, AuthTest

public abstract class AbstractConnectionFactoryTestCase
extends JMSTestCase
implements ConnectionFactoryTestCase

This class provides a default implementation of the ConnectionFactoryTestCase interface.

Version:
$Revision: 1.6 $
Author:
Tim Anderson
See Also:
ConnectionFactoryTestCase, ProviderTestRunner

Constructor Summary
AbstractConnectionFactoryTestCase(java.lang.String name)
          Construct an instance of this class for a specific test case
 
Method Summary
 ConnectionFactoryTypes getConnectionFactoryTypes()
          Return the connection factory types to run this test case against This implementation returns the values of any jmscts.factory javadoc tags associated with the test case
 
Methods inherited from class org.exolab.jmscts.core.JMSTestCase
getContext, getRequirements, setContext, share
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.exolab.jmscts.core.JMSTest
getContext, setContext, share
 
Methods inherited from interface junit.framework.Test
countTestCases, run
 

Constructor Detail

AbstractConnectionFactoryTestCase

public AbstractConnectionFactoryTestCase(java.lang.String name)
Construct an instance of this class for a specific test case
Parameters:
name - the name of test case
Method Detail

getConnectionFactoryTypes

public ConnectionFactoryTypes getConnectionFactoryTypes()
Return the connection factory types to run this test case against This implementation returns the values of any jmscts.factory javadoc tags associated with the test case
Specified by:
getConnectionFactoryTypes in interface ConnectionFactoryTestCase
Returns:
the connection factory types to run the test case against


Copyright © 2001-2004 JMS CTS Team. All Rights Reserved.