| |
|
| org.objectweb.jonas.jtests.util.JTestCase org.objectweb.jonas.jtests.clients.distribution.F_Frontal
F_Frontal | public class F_Frontal extends JTestCase (Code) | | Test a session bean remote accessing entities local.
Beans used: folder
author: Philippe Durieux |
setUp | protected void setUp()(Code) | | |
suite | public static Test suite()(Code) | | |
testAccessOnRemovedEntity | public void testAccessOnRemovedEntity() throws Exception(Code) | | |
testCreate1F | public void testCreate1F() throws Exception(Code) | | create 1 entity and remove it by its remote reference.
|
testGetInt | public void testGetInt() throws Exception(Code) | | send and get an int as argument
|
testGetIntTS | public void testGetIntTS() throws Exception(Code) | | send and get an int as argument
|
testGetRef | public void testGetRef() throws Exception(Code) | | send and get a reference as argument
|
testGetRefTS | public void testGetRefTS() throws Exception(Code) | | send and get a reference as argument
|
testModify | public void testModify() throws Exception(Code) | | to reproduce bug 305498
use ejbql query SELECT SUM (p.value) FROM jt2_paper AS p]
|
testModifyPaper2And3 | public void testModifyPaper2And3() throws Exception(Code) | | try to reproduce bug on ejbSelect #305711
use ejbql query SELECT SUM (p.valeur) FROM jt2_paper2 AS p WHERE p.paper3.valide = '1'
|
testModifyPaper2And3WithFinder | public void testModifyPaper2And3WithFinder() throws Exception(Code) | | to see if the previous pb on ejbSelect exists on finder
Here we use a finder method with
SELECT OBJECT(o) FROM jt2_paper2 AS p WHERE p.paper3.valide = '1'
|
testSendInt | public void testSendInt() throws Exception(Code) | | send an int as argument
|
testSendIntTS | public void testSendIntTS() throws Exception(Code) | | send an int as argument
|
testSendRef | public void testSendRef() throws Exception(Code) | | send a reference as argument
|
testSendRefTS | public void testSendRefTS() throws Exception(Code) | | send a reference as argument
|
testSerializedReference | public void testSerializedReference() throws Exception(Code) | | print serialized form of the reference
|
testSetRollbackOnly | public void testSetRollbackOnly() throws Exception(Code) | | |
|
|
|