org.jboss.test.cmp2.commerce
Class CommerceTest

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

public class CommerceTest
extends EJBTestCase

See Also:
Serialized Form

Constructor Summary
CommerceTest(java.lang.String name)
           
 
Method Summary
 void deleteAllAddresses(AddressHome (src)  addressHome)
           
 void deleteAllLineItems(LineItemHome (src)  lineItemHome)
           
 void deleteAllOrders(OrderHome (src)  orderHome)
           
 void deleteAllProducts(ProductHome (src)  productHome)
           
 void setUpEJB()
           
static Test suite()
           
 void tearDownEJB()
           
 void test_dvo()
           
 void test_findDoubleJoin()
           
 void test_getAddressesInCA()
           
 void test_getOrdersShippedToCA()
           
 void test_getStatesShipedTo()
           
 void test_setInPostCreate()
           
 void testCMRReset()
           
 void testCMRSetFromNewCollection()
           
 void testIsIdentical()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommerceTest

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

suite

public static Test suite()
                  throws java.lang.Exception
Throws:
java.lang.Exception

test_setInPostCreate

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

test_dvo

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

test_getOrdersShippedToCA

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

test_getStatesShipedTo

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

test_getAddressesInCA

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

test_findDoubleJoin

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

testCMRReset

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

testCMRSetFromNewCollection

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

testIsIdentical

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

setUpEJB

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

tearDownEJB

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

deleteAllOrders

public void deleteAllOrders(OrderHome (src)  orderHome)
                     throws java.lang.Exception
Throws:
java.lang.Exception

deleteAllLineItems

public void deleteAllLineItems(LineItemHome (src)  lineItemHome)
                        throws java.lang.Exception
Throws:
java.lang.Exception

deleteAllProducts

public void deleteAllProducts(ProductHome (src)  productHome)
                       throws java.lang.Exception
Throws:
java.lang.Exception

deleteAllAddresses

public void deleteAllAddresses(AddressHome (src)  addressHome)
                        throws java.lang.Exception
Throws:
java.lang.Exception