org.jboss.test.cmp2.commerce
Class TxTesterTest

java.lang.Object
  extended byEJBTestCase
      extended byorg.jboss.test.cmp2.commerce.TxTesterTest

public class TxTesterTest
extends EJBTestCase

See Also:
Serialized Form

Constructor Summary
TxTesterTest(java.lang.String name)
           
 
Method Summary
 void setUp()
          Looks up all of the home interfaces and creates the initial data.
static Test suite()
           
 void testTxTester_none()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxTesterTest

public TxTesterTest(java.lang.String name)
Method Detail

suite

public static Test suite()

setUp

public void setUp()
           throws java.lang.Exception
Looks up all of the home interfaces and creates the initial data. Looking up objects in JNDI is expensive, so it should be done once and cached.

Throws:
java.lang.Exception - if a problem occures while finding the home interfaces, or if an problem occures while createing the initial data

testTxTester_none

public void testTxTester_none()
                       throws java.lang.Exception
Throws:
java.lang.Exception