org.exolab.jmscts.core
Interface ConnectionFactoryTestCase

All Superinterfaces:
JMSTest, junit.framework.Test
All Known Subinterfaces:
ConnectionTestCase, MessageTestCase, SendReceiveTestCase, SessionTestCase
All Known Implementing Classes:
AbstractConnectionFactoryTestCase, ConnectionTestRunner

public interface ConnectionFactoryTestCase
extends JMSTest

This interface enables generic connection factory test cases to be run for each JMS connection factory type.

Version:
$Revision: 1.3 $ $Date: 2004/01/31 13:44:24 $
Author:
Tim Anderson
See Also:
ConnectionFactoryTypes, ProviderTestRunner

Method Summary
 ConnectionFactoryTypes getConnectionFactoryTypes()
          Get the connection factory types to test against
 
Methods inherited from interface org.exolab.jmscts.core.JMSTest
getContext, setContext, share
 
Methods inherited from interface junit.framework.Test
countTestCases, run
 

Method Detail

getConnectionFactoryTypes

public ConnectionFactoryTypes getConnectionFactoryTypes()
Get the connection factory types to test against
Returns:
the connection factory types to test against


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