| |
|
| org.superbiz.FriendlyPersonTest
FriendlyPersonTest | public class FriendlyPersonTest extends TestCase (Code) | | author: David Blevins version: $Rev: 601953 $ $Date: 2007-12-06 17:09:47 -0800 $ |
testBusinessLocal | public void testBusinessLocal() throws Exception(Code) | | Here we lookup and test the FriendlyPerson bean via its EJB 3.0 business local interface
throws: Exception - |
testBusinessRemote | public void testBusinessRemote() throws Exception(Code) | | Here we lookup and test the FriendlyPerson bean via its EJB 3.0 business remote interface
throws: Exception - |
testEjbHomeAndEjbObject | public void testEjbHomeAndEjbObject() throws Exception(Code) | | Here we lookup and test the FriendlyPerson bean via its EJB 2.1 EJBHome and EJBObject interfaces
throws: Exception - |
testEjbLocalHomeAndEjbLocalObject | public void testEjbLocalHomeAndEjbLocalObject() throws Exception(Code) | | Here we lookup and test the FriendlyPerson bean via its EJB 2.1 EJBLocalHome and EJBLocalObject interfaces
throws: Exception - |
|
|
|