org.jboss.test.cmp2.commerce
Class ManyToManyBiTest

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

public class ManyToManyBiTest
extends EJBTestCase

See Also:
Serialized Form

Constructor Summary
ManyToManyBiTest(java.lang.String name)
           
 
Method Summary
 void deleteAllProductCategories(ProductCategoryHome (src)  productCategoryHome)
           
 void deleteAllProducts(ProductHome (src)  productHome)
           
 void setUpEJB()
           
 void tearDownEJB()
           
 void test_a1GetB_addB3()
           
 void test_a1SetB_a3GetB()
           
 void test_a2GetB_removeB2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManyToManyBiTest

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

setUpEJB

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

test_a1SetB_a3GetB

public void test_a1SetB_a3GetB()

test_a1GetB_addB3

public void test_a1GetB_addB3()

test_a2GetB_removeB2

public void test_a2GetB_removeB2()

tearDownEJB

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

deleteAllProducts

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

deleteAllProductCategories

public void deleteAllProductCategories(ProductCategoryHome (src)  productCategoryHome)
                                throws java.lang.Exception
Throws:
java.lang.Exception