| org.apache.openejb.test.stateless.StatelessTestClient org.apache.openejb.test.stateless.BasicStatelessTestClient org.apache.openejb.test.stateless.StatelessPojoEjbObjectTests
StatelessPojoEjbObjectTests | public class StatelessPojoEjbObjectTests extends BasicStatelessTestClient (Code) | | This class tests that all javax.ejb.EJBObject methods work as expected on the EJB 2.1 compatible remote interface
of an ejb3 stateless bean.
[4] Should be run as the fourth test suite of the BasicStatelessTestClients
author: David Blevins author: Richard Monson-Haefel version: $Rev: 607077 $ $Date: 2007-12-27 06:55:23 -0800 $ |
Method Summary | |
protected void | setUp() | public void | test01_getEjbHome() A method to test retrieving the EJBHome interface of a session bean using its EJBObject reference. | public void | test02_getHandle() A method to test retrieving a Handle of a session bean using its EJBObject reference. | public void | test03_isIdentical() A method to test the implementation of Stateless Session Bean identity check. | public void | test04_remove() This test is 2 in 1, it tests calling remove() on an EJBObject reference and then calling a business method on the
same reference after the remove() is successfuly called. | public void | test05_getPrimaryKey() See EJB3.0 "Core Contracts and Requirements" specification, section : 3.6.8.3 . |
StatelessPojoEjbObjectTests | public StatelessPojoEjbObjectTests()(Code) | | |
test01_getEjbHome | public void test01_getEjbHome()(Code) | | A method to test retrieving the EJBHome interface of a session bean using its EJBObject reference.
|
test02_getHandle | public void test02_getHandle()(Code) | | A method to test retrieving a Handle of a session bean using its EJBObject reference.
|
test03_isIdentical | public void test03_isIdentical()(Code) | | A method to test the implementation of Stateless Session Bean identity check.
See EJB3.0 "Core Contracts and Requirements" specification, section 3.4.5.2
|
test04_remove | public void test04_remove()(Code) | | This test is 2 in 1, it tests calling remove() on an EJBObject reference and then calling a business method on the
same reference after the remove() is successfuly called.
|
test05_getPrimaryKey | public void test05_getPrimaryKey()(Code) | | See EJB3.0 "Core Contracts and Requirements" specification, section : 3.6.8.3 .
|
Methods inherited from org.apache.openejb.test.stateless.StatelessTestClient | protected void setUp() throws Exception(Code)(Java Doc)
|
|
|