org.jboss.shrinkwrap.descriptor.impl.ejbjar31
Class EntityBeanTypeImplTestCase

java.lang.Object
  extended by org.jboss.shrinkwrap.descriptor.impl.ejbjar31.EntityBeanTypeImplTestCase

public class EntityBeanTypeImplTestCase
extends java.lang.Object


Constructor Summary
EntityBeanTypeImplTestCase()
           
 
Method Summary
 void testAbstractSchemaName()
           
 void testCmpField()
           
 void testCmpVersion()
           
 void testEjbClass()
           
 void testEjbName()
           
 void testHome()
           
 void testLocal()
           
 void testLocalHome()
           
 void testMappedName()
           
 void testPersistenceType()
           
 void testPrimKeyClass()
           
 void testPrimkeyField()
           
 void testQuery()
           
 void testReentrant()
           
 void testRemote()
           
 void testSecurityIdentity()
           
 void testSecurityRoleRef()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityBeanTypeImplTestCase

public EntityBeanTypeImplTestCase()
Method Detail

testEjbName

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

testMappedName

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

testHome

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

testRemote

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

testLocalHome

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

testLocal

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

testEjbClass

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

testPersistenceType

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

testPrimKeyClass

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

testReentrant

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

testCmpVersion

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

testAbstractSchemaName

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

testCmpField

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

testPrimkeyField

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

testSecurityRoleRef

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

testSecurityIdentity

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

testQuery

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