org.jboss.test.cmp2.relationship.oneToManyBidirectional
Class ABTest

java.lang.Object
  extended byEJBTestCase
      extended byorg.jboss.test.cmp2.relationship.oneToManyBidirectional.ABTest

public class ABTest
extends EJBTestCase

See Also:
Serialized Form

Constructor Summary
ABTest(java.lang.String name)
           
 
Method Summary
 void b2mSetA_b1nGetA(AHome (src)  aHome, BHome (src)  bHome)
           
 void deleteAllAsAndBs(AHome (src)  aHome, BHome (src)  bHome)
           
 void setUpEJB()
           
static Test suite()
           
 void tearDownEJB()
           
 void test_a1GetB_addB2m_FK()
           
 void test_a1GetB_addB2m_Table()
           
 void test_a1GetB_removeB1n_FK()
           
 void test_a1GetB_removeB1n_Table()
           
 void test_a1SetB_a2GetB_FK()
           
 void test_a1SetB_a2GetB_Table()
           
 void test_b2mSetA_b1nGetA_FK()
           
 void test_b2mSetA_b1nGetA_Table()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ABTest

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

suite

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

test_a1SetB_a2GetB_Table

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

test_a1SetB_a2GetB_FK

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

test_b2mSetA_b1nGetA_Table

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

test_b2mSetA_b1nGetA_FK

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

b2mSetA_b1nGetA

public void b2mSetA_b1nGetA(AHome (src)  aHome,
                            BHome (src)  bHome)
                     throws java.lang.Exception
Throws:
java.lang.Exception

test_a1GetB_addB2m_Table

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

test_a1GetB_addB2m_FK

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

test_a1GetB_removeB1n_Table

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

test_a1GetB_removeB1n_FK

public void test_a1GetB_removeB1n_FK()
                              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

deleteAllAsAndBs

public void deleteAllAsAndBs(AHome (src)  aHome,
                             BHome (src)  bHome)
                      throws java.lang.Exception
Throws:
java.lang.Exception