org.jboss.shrinkwrap.descriptor.impl.ejbjar30
Class SessionBeanTypeImplTestCase

java.lang.Object
  extended by org.jboss.shrinkwrap.descriptor.impl.ejbjar30.SessionBeanTypeImplTestCase

public class SessionBeanTypeImplTestCase
extends java.lang.Object


Constructor Summary
SessionBeanTypeImplTestCase()
           
 
Method Summary
 void testAroundInvoke()
           
 void testBusinessLocal()
           
 void testBusinessRemote()
           
 void testEjbClass()
           
 void testEjbName()
           
 void testHome()
           
 void testInitMethod()
           
 void testLocal()
           
 void testLocalHome()
           
 void testMappedName()
           
 void testPostActivate()
           
 void testPrePassivate()
           
 void testRemote()
           
 void testRemoveMethod()
           
 void testSecurityIdentity()
           
 void testSecurityRoleRef()
           
 void testServiceEndpoint()
           
 void testSessionType()
           
 void testTimeoutMethod()
           
 void testTransactionType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionBeanTypeImplTestCase

public SessionBeanTypeImplTestCase()
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

testBusinessLocal

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

testBusinessRemote

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

testServiceEndpoint

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

testEjbClass

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

testSessionType

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

testTimeoutMethod

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

testInitMethod

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

testRemoveMethod

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

testTransactionType

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

testAroundInvoke

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

testPostActivate

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

testPrePassivate

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