| |
|
| org.objectweb.jonas.jtests.clients.entity.A_BasicHomeInterface org.objectweb.jonas.jtests.clients.entity.A_BasicHomeInterfaceEC
All known Subclasses: org.objectweb.jonas.jtests.clients.entity.F_BasicHomeInterfaceEC, org.objectweb.jonas.jtests.clients.entity.F_BasicHomeInterfaceEC2,
A_BasicHomeInterfaceEC | abstract public class A_BasicHomeInterfaceEC extends A_BasicHomeInterface (Code) | | This set of test are basic tests on CMP entity home interface.
Only specific tests to CMP are here, all tests common to CMP and BMP
are in the inherited class A_BasicHomeInterface.
author: Philippe Coq, Philippe Durieux, Helene Joanin. (jonas team) |
A_BasicHomeInterfaceEC | public A_BasicHomeInterfaceEC(String name)(Code) | | |
testFindOneByNum | public void testFindOneByNum() throws Exception(Code) | | Execute an finder method defined to expect a single object with the result
set that returns more than one.
Ensure that a FinderException is thrown.
|
testFinderBetween | public void testFinderBetween() throws Exception(Code) | | testFinderBetween verify a finder method that return a Enumeration
whith a where clause :
where ?1 <= c_info and c_info <= ?2 and ?1 <= c_numtest and c_numtest <= ?2
the purpose of this test is to verify the correct interpretation of parameters
?1 ?2
|
testFinderEqualOne | public void testFinderEqualOne() throws Exception(Code) | | testFinderEqualOne verify a finder method that return a Enumeration
whith a where clause :
where c_info = ?1 and c_numtest = ?1
the object of this test is to verify the correct interpretation of parameters
?1 ?2
|
testFinderEqualTwo | public void testFinderEqualTwo() throws Exception(Code) | | testFinderEqualTwo verify a finder method that return a Enumeration
whith a where clause :
where c_info = ? and c_numtest = ?
the object of this test is to verify the correct interpretation of parameters
?1 ?2
|
testHomeMethod | public void testHomeMethod() throws Exception(Code) | | test of allowed operation on home method
THis test fails today (bug #300413)
|
testManyOperations | public void testManyOperations() throws Exception(Code) | | testManyOperations verify many various operation calls.
N times (create, finderXXX, getXXX, remove)
(do not launch systematicaly this test because it's long)
|
Fields inherited from org.objectweb.jonas.jtests.clients.entity.A_BasicHomeInterface | protected static SimpleHome home(Code)(Java Doc)
|
|
|
|