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)
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
testFinderBetweenSansVerif
public void testFinderBetweenSansVerif() 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 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
Fields inherited from org.objectweb.jonas.jtests.clients.entity.B_BasicHomeInterface