org.jboss.test.cmp2.readonly
Class ReadonlyUnitTestCase

java.lang.Object
  extended byEJBTestCase
      extended byorg.jboss.test.cmp2.readonly.ReadonlyUnitTestCase

public class ReadonlyUnitTestCase
extends EJBTestCase

See Also:
Serialized Form

Constructor Summary
ReadonlyUnitTestCase(java.lang.String name)
           
 
Method Summary
 void cleanDB()
           
protected  void setUp()
           
 void setUpEJB()
           
static Test suite()
           
protected  void tearDown()
           
 void tearDownEJB()
           
 void testReadonlyCMPField()
           
 void testReadonlyCollectionAdd()
           
 void testReadonlyCollectionRemove()
           
 void testReadonlyEntityCMPFieldChange()
           
 void testReadonlyEntityCreate()
           
 void testReadonlySetCollection()
           
 void testReadonlySetFK()
           
 void testSetUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadonlyUnitTestCase

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

suite

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

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()

testSetUp

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

testReadonlyCMPField

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

testReadonlyEntityCMPFieldChange

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

testReadonlyEntityCreate

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

testReadonlySetFK

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

testReadonlySetCollection

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

testReadonlyCollectionAdd

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

testReadonlyCollectionRemove

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

cleanDB

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